HomeSort by relevance Sort by last modified time
    Searched refs:asyncWrite (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/
rsThreadIO.h 60 void asyncWrite(const void *data, size_t len);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsThreadIO.h 60 void asyncWrite(const void *data, size_t len);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsThreadIO.h 60 void asyncWrite(const void *data, size_t len);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsThreadIO.h 60 void asyncWrite(const void *data, size_t len);
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 37 typedef struct AsyncWrite AsyncWrite;
100 ** asyncWrite, asyncClose, asyncTruncate, asyncSync
386 AsyncWrite *pQueueFirst; /* Next write operation to be processed */
387 AsyncWrite *pQueueLast; /* Last write operation on the list */
396 /* Possible values of AsyncWrite.op */
414 ** Entries on the write-op queue are instances of the AsyncWrite
418 ** on the value of AsyncWrite.op:
451 ** This space is sqlite3_malloc()d along with the AsyncWrite structure in a
455 struct AsyncWrite {
    [all...]

Completed in 174 milliseconds