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

  /system/media/audio_utils/include/audio_utils/
fifo_index.h 122 void writethrough(uint32_t value);
  /system/media/audio_utils/
fifo_index.cpp 79 void RefIndexDeferredStoreReleaseDeferredWake::writethrough(uint32_t value) { function in class:RefIndexDeferredStoreReleaseDeferredWake
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 834 int writethrough; local
858 writethrough = channel->flags & CHANNEL_FLAGS_WRITETHROUGH;
859 if (writethrough)
871 cache->dirty = !writethrough;

Completed in 217 milliseconds