Home
last modified time | relevance | path

Searched defs:debugStr (Results 1 – 4 of 4) sorted by relevance

/system/chre/core/
Devent_loop_manager.cc39 char *debugStr = static_cast<char *>(memoryAlloc(kDebugStringSize)); in debugDump() local
/system/chre/platform/slpi/
Ddebug_dump.cc87 bool commitDebugDump(uint32_t handle, const char *debugStr, bool done) { in commitDebugDump()
Dhost_link.cc371 void sendDebugDumpData(uint16_t hostClientId, const char *debugStr, in sendDebugDumpData()
375 const char *debugStr; in sendDebugDumpData() member
409 void onDebugDumpDataReady(void *cookie, const char *debugStr, in onDebugDumpDataReady()
/system/chre/platform/shared/
Dhost_protocol_chre.cc189 const char *debugStr, size_t debugStrSize) { in encodeDebugDumpData()