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

/frameworks/base/tools/aapt2/io/
H A DStringStream.cpp62 Flush();
88 void StringOutputStream::Flush() { function in class:aapt::io::StringOutputStream
H A DFileStream.cpp138 // Flush the buffer.
139 Flush();
173 bool FileOutputStream::Flush() { function in class:aapt::io::FileOutputStream
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp78 bool Flush() { return mImpl.Flush(); } function in class:android::uirenderer::FileOutputStreamLite
296 bool success = statsProto.SerializeToZeroCopyStream(&output) && output.Flush();

Completed in 88 milliseconds