Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/
Ddebug_dump.h110 bool commitDebugDump(uint32_t handle, const char *debugStr, bool done);
/system/chre/platform/slpi/
Ddebug_dump.cc87 bool commitDebugDump(uint32_t handle, const char *debugStr, bool done) { in commitDebugDump() function
Dinit.cc99 chre::commitDebugDump(*handle, dump.get(), true /*done*/); in performDebugDumpCallback()