Home
last modified time | relevance | path

Searched refs:mCopyAdapter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp67 explicit FileOutputStreamLite(int fd) : mCopyAdapter(fd), mImpl(&mCopyAdapter) {} in FileOutputStreamLite()
70 int GetErrno() { return mCopyAdapter.mErrno; } in GetErrno()
102 FileOutputStreamLite::FDAdapter mCopyAdapter; member in android::uirenderer::FileOutputStreamLite