Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc372 size_t debugStrSize) { in sendDebugDumpData() argument
376 size_t debugStrSize; in sendDebugDumpData() member
382 builder, data->hostClientId, data->debugStr, data->debugStrSize); in sendDebugDumpData()
389 data.debugStrSize = debugStrSize; in sendDebugDumpData()
391 kFixedSizePortion + debugStrSize, msgBuilder, &data); in sendDebugDumpData()
410 size_t debugStrSize, bool complete) { in onDebugDumpDataReady() argument
412 if (debugStrSize > 0) { in onDebugDumpDataReady()
413 sendDebugDumpData(cbData->hostClientId, debugStr, debugStrSize); in onDebugDumpDataReady()
/system/chre/platform/slpi/include/chre/platform/slpi/
Ddebug_dump.h127 size_t debugStrSize, bool complete);
/system/chre/platform/shared/
Dhost_protocol_chre.cc189 const char *debugStr, size_t debugStrSize) { in encodeDebugDumpData() argument
191 reinterpret_cast<const int8_t *>(debugStr), debugStrSize); in encodeDebugDumpData()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h172 const char *debugStr, size_t debugStrSize);