Searched refs:debugStrSize (Results 1 – 4 of 4) sorted by relevance
/system/chre/platform/slpi/ |
D | host_link.cc | 372 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/ |
D | debug_dump.h | 127 size_t debugStrSize, bool complete);
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 189 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/ |
D | host_protocol_chre.h | 172 const char *debugStr, size_t debugStrSize);
|