Home
last modified time | relevance | path

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

/system/chre/platform/android/
Dhost_link.cc171 void handleDebugDumpRequest(uint16_t hostClientId) { in handleDebugDumpRequest() function
205 handleDebugDumpRequest(hostClientId); in handleMessageFromHost()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h73 static void handleDebugDumpRequest(uint16_t hostClientId);
/system/chre/platform/shared/
Dhost_protocol_chre.cc108 HostMessageHandlers::handleDebugDumpRequest(hostClientId); in decodeMessageFromHost()
/system/chre/platform/slpi/
Dhost_link.cc932 void HostMessageHandlers::handleDebugDumpRequest(uint16_t hostClientId) { in handleDebugDumpRequest() function in chre::HostMessageHandlers