Searched refs:stringLen (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLog.cpp118 const int32_t stringLen = value.length(); local
119 const size_t needed = 1 + sizeof(int32_t) + stringLen;
125 memcpy(&mStorage[mPos + 1], &stringLen, sizeof(int32_t));
126 memcpy(&mStorage[mPos + 5], value.string(), stringLen);

Completed in 220 milliseconds