Home
last modified time | relevance | path

Searched refs:onDebugDumpRequested (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/chre/platform/freertos/include/chre/target_platform/
H A Dplatform_debug_dump_manager_base.h36 void onDebugDumpRequested(uint16_t hostClientId);
/aosp12/system/chre/platform/slpi/include/chre/target_platform/
H A Dplatform_debug_dump_manager_base.h54 bool onDebugDumpRequested(uint16_t hostClientId);
/aosp12/system/chre/platform/freertos/
H A Dplatform_debug_dump_manager.cc47 void PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested() function in chre::PlatformDebugDumpManagerBase
/aosp12/system/chre/platform/slpi/
H A Dplatform_debug_dump_manager.cc88 bool PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested() function in chre::PlatformDebugDumpManagerBase
H A Dhost_link.cc935 .onDebugDumpRequested(hostClientId)) { in handleDebugDumpRequest()