Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp65 class FileOutputStreamLite : public io::ZeroCopyOutputStream { class
67 explicit FileOutputStreamLite(int fd) : mCopyAdapter(fd), mImpl(&mCopyAdapter) {} in FileOutputStreamLite() function in android::uirenderer::FileOutputStreamLite