Home
last modified time | relevance | path

Searched defs:Flush (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/io/
DStringStream.cpp88 void StringOutputStream::Flush() { in Flush() function in aapt::io::StringOutputStream
DFileStream.cpp173 bool FileOutputStream::Flush() { in Flush() function in aapt::io::FileOutputStream
/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp66 void Flush(const std::string& basePath) { in Flush() function
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp83 bool Flush() { return mImpl.Flush(); } in Flush() function in android::uirenderer::FileOutputStreamLite
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp83 struct Flush final : Op { struct
84 static const auto kType = Type::Flush;
85 void draw(SkCanvas* c, const SkMatrix&) const { c->flush(); } in draw()