HomeSort by relevance Sort by last modified time
    Searched refs:mCachedDump (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/ui/
Gralloc1On0Adapter.cpp 182 mCachedDump.resize(actualLength);
183 std::copy_n(buffer, actualLength, mCachedDump.begin());
187 static_cast<uint32_t>(mCachedDump.size()));
188 outBuffer = std::copy_n(mCachedDump.cbegin(), *outSize, outBuffer);
  /frameworks/native/include/ui/
Gralloc1On0Adapter.h 103 std::string mCachedDump;

Completed in 44 milliseconds