Searched defs:flush (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/
H A Dreadtty.c66 int flush = 0; local
87 flush = 1;
108 if(flush)
143 if(flush)
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c47 int ret, flush; local
68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
76 ret = deflate(&strm, flush); /* no bad return value */
85 } while (flush != Z_FINISH);
/system/media/wilhelm/src/android/
H A DAudioTrackProxy.h47 void flush() function in class:android::AudioTrackProxy
48 { mRaw->flush(); }

Completed in 63 milliseconds