Searched defs:Flush (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/io/ | ||
H A D | StringStream.cpp | 62 Flush(); 88 void StringOutputStream::Flush() { function in class:aapt::io::StringOutputStream |
H A D | FileStream.cpp | 138 // Flush the buffer. 139 Flush(); 173 bool FileOutputStream::Flush() { function in class:aapt::io::FileOutputStream |
/frameworks/base/libs/hwui/service/ | ||
H A D | GraphicsStatsService.cpp | 78 bool Flush() { return mImpl.Flush(); } function in class:android::uirenderer::FileOutputStreamLite 296 bool success = statsProto.SerializeToZeroCopyStream(&output) && output.Flush(); |
Completed in 11 milliseconds