Home
last modified time | relevance | path

Searched refs:PlatformDebugDumpManagerBase (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/chre/platform/slpi/
H A Dplatform_debug_dump_manager.cc73 PlatformDebugDumpManagerBase::PlatformDebugDumpManagerBase() { in PlatformDebugDumpManagerBase() function in chre::PlatformDebugDumpManagerBase
82 PlatformDebugDumpManagerBase::~PlatformDebugDumpManagerBase() { in ~PlatformDebugDumpManagerBase()
88 bool PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
99 void PlatformDebugDumpManagerBase::sendDebugDumpResult(const char *debugStr, in sendDebugDumpResult()
/aosp12/system/chre/platform/slpi/include/chre/target_platform/
H A Dplatform_debug_dump_manager_base.h33 class PlatformDebugDumpManagerBase {
39 PlatformDebugDumpManagerBase();
45 ~PlatformDebugDumpManagerBase();
/aosp12/system/chre/platform/freertos/
H A Dplatform_debug_dump_manager.cc47 void PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
53 void PlatformDebugDumpManagerBase::sendDebugDumpResult(const char *debugStr, in sendDebugDumpResult()
/aosp12/system/chre/platform/linux/include/chre/target_platform/
H A Dplatform_debug_dump_manager_base.h27 class PlatformDebugDumpManagerBase {
/aosp12/system/chre/platform/include/chre/platform/
H A Dplatform_debug_dump_manager.h34 class PlatformDebugDumpManager : public PlatformDebugDumpManagerBase,
/aosp12/system/chre/platform/freertos/include/chre/target_platform/
H A Dplatform_debug_dump_manager_base.h29 class PlatformDebugDumpManagerBase {