Home
last modified time | relevance | path

Searched refs:debugDumpReadyCbFunc (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/
Ddebug_dump.h126 typedef void (debugDumpReadyCbFunc)(void *cookie, const char *debugStr, typedef
151 bool triggerDebugDump(debugDumpReadyCbFunc *readyCb, void *cookie);
/system/chre/platform/slpi/
Ddebug_dump.cc48 debugDumpReadyCbFunc *callback;
106 bool triggerDebugDump(debugDumpReadyCbFunc *readyCb, void *cookie) { in triggerDebugDump()