HomeSort by relevance Sort by last modified time
    Searched refs:debugStrSize (Results 1 - 3 of 3) sorted by null

  /system/chre/platform/slpi/
host_link.cc 371 size_t debugStrSize) {
375 size_t debugStrSize;
381 builder, data->hostClientId, data->debugStr, data->debugStrSize);
388 data.debugStrSize = debugStrSize;
409 size_t debugStrSize, bool complete) {
411 if (debugStrSize > 0) {
412 sendDebugDumpData(cbData->hostClientId, debugStr, debugStrSize);
  /system/chre/platform/shared/include/chre/platform/shared/
host_protocol_chre.h 154 * @param debugStrSize Size of the debugStr buffer, including null termination
158 const char *debugStr, size_t debugStrSize);
  /system/chre/platform/shared/
host_protocol_chre.cc 172 const char *debugStr, size_t debugStrSize) {
174 reinterpret_cast<const int8_t *>(debugStr), debugStrSize);

Completed in 64 milliseconds