Home
last modified time | relevance | path

Searched refs:handleDebugDumpRequest (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/android/
Dhost_link.cc178 void handleDebugDumpRequest(uint16_t hostClientId) { in handleDebugDumpRequest() function
212 handleDebugDumpRequest(hostClientId); in handleMessageFromHost()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h55 static void handleDebugDumpRequest(uint16_t hostClientId);
/system/chre/platform/shared/
Dhost_protocol_chre.cc91 HostMessageHandlers::handleDebugDumpRequest(hostClientId); in decodeMessageFromHost()
/system/chre/platform/slpi/
Dhost_link.cc781 void HostMessageHandlers::handleDebugDumpRequest(uint16_t hostClientId) { in handleDebugDumpRequest() function in chre::HostMessageHandlers