Home
last modified time | relevance | path

Searched refs:triggerDebugDump (Results 1 – 3 of 3) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/
Ddebug_dump.h151 bool triggerDebugDump(debugDumpReadyCbFunc *readyCb, void *cookie);
/system/chre/platform/slpi/
Ddebug_dump.cc62 bool triggerDebugDump(debugDumpReadyCbFunc *readyCb, void *cookie) { in triggerDebugDump() function
Dhost_link.cc861 cbData->success = chre::triggerDebugDump(onDebugDumpDataReady, cbData); in handleDebugDumpRequest()