Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp190 size_t actualLength = std::strlen(buffer); in dump() local
191 mCachedDump.resize(actualLength); in dump()
192 std::copy_n(buffer, actualLength, mCachedDump.begin()); in dump()
193 *outSize = static_cast<uint32_t>(actualLength); in dump()