Searched defs:actualLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/ui/
H A DGralloc1On0Adapter.cpp181 size_t actualLength = std::strlen(buffer); local
182 mCachedDump.resize(actualLength);
183 std::copy_n(buffer, actualLength, mCachedDump.begin());
184 *outSize = static_cast<uint32_t>(actualLength);

Completed in 67 milliseconds