Home
last modified time | relevance | path

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

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