Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/
Ddebug_dump.h49 typedef void (debugDumpCbFunc)(void *cookie, uint32_t handle); typedef
69 bool registerDebugDumpCallback(const char *name, debugDumpCbFunc *callback,
85 void unregisterDebugDumpCallback(debugDumpCbFunc *callback);
/system/chre/platform/slpi/
Ddebug_dump.cc38 debugDumpCbFunc *callback;
65 bool registerDebugDumpCallback(const char *name, debugDumpCbFunc *callback, in registerDebugDumpCallback()
77 void unregisterDebugDumpCallback(debugDumpCbFunc *callback) { in unregisterDebugDumpCallback()