Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp191 mCachedDump.resize(actualLength); in dump()
192 std::copy_n(buffer, actualLength, mCachedDump.begin()); in dump()
196 static_cast<uint32_t>(mCachedDump.size())); in dump()
197 outBuffer = std::copy_n(mCachedDump.cbegin(), *outSize, outBuffer); in dump()
DGralloc1On0Adapter.h83 std::string mCachedDump; variable