Searched refs:sendDebugDumpResult (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/chre/platform/slpi/ |
H A D | platform_debug_dump_manager.cc | 44 EventLoopManagerSingleton::get()->getDebugDumpManager().sendDebugDumpResult( in debugDumpReadyCb() 66 sendDebugDumpResult(debugStr, strlen(debugStr), complete); in sendDebugDump() 99 void PlatformDebugDumpManagerBase::sendDebugDumpResult(const char *debugStr, in sendDebugDumpResult() function in chre::PlatformDebugDumpManagerBase
|
/aosp12/system/chre/platform/freertos/ |
H A D | platform_debug_dump_manager.cc | 40 sendDebugDumpResult(debugStr, strlen(debugStr), complete); in sendDebugDump() 53 void PlatformDebugDumpManagerBase::sendDebugDumpResult(const char *debugStr, in sendDebugDumpResult() function in chre::PlatformDebugDumpManagerBase
|
/aosp12/system/chre/platform/freertos/include/chre/target_platform/ |
H A D | platform_debug_dump_manager_base.h | 41 void sendDebugDumpResult(const char *debugStr, size_t debugStrSize,
|
/aosp12/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | platform_debug_dump_manager_base.h | 59 void sendDebugDumpResult(const char *debugStr, size_t debugStrSize,
|