diff options
author | 2011-05-17 15:01:29 -0700 | |
---|---|---|
committer | 2011-05-17 15:01:29 -0700 | |
commit | edbfabdb98a2974f973d6c042e6efd547dc02fc5 (patch) | |
tree | 4c33358e10edd0f6f6144d8e51fd1d018dbf2461 /libs/rs/rsHandcode.h | |
parent | dffa4761c8e238a925dcd7a4d23f044e2817d5e5 (diff) |
Core to client fifo on sockets.
Change-Id: I3b84a7d4c3c5fa0d764ad4db22dfd142d5cfa95b
Diffstat (limited to 'libs/rs/rsHandcode.h')
-rw-r--r-- | libs/rs/rsHandcode.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/rs/rsHandcode.h b/libs/rs/rsHandcode.h deleted file mode 100644 index e6b722cb0704..000000000000 --- a/libs/rs/rsHandcode.h +++ /dev/null @@ -1,9 +0,0 @@ - -#define DATA_SYNC_SIZE 1024 - -static inline void rsHCAPI_ContextFinish (RsContext rsc) { - ThreadIO *io = &((Context *)rsc)->mIO; - uint32_t size = sizeof(RS_CMD_ContextFinish); - io->mToCore.commitSync(RS_CMD_ID_ContextFinish, size); -} - |