Home
last modified time | relevance | path

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

/system/chre/platform/android/
Dhost_link.cc115 void handleNanoappListRequest(uint16_t hostClientId) { in handleNanoappListRequest() function
191 handleNanoappListRequest(hostClientId); in handleMessageFromHost()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h59 static void handleNanoappListRequest(uint16_t hostClientId);
/system/chre/platform/shared/
Dhost_protocol_chre.cc73 HostMessageHandlers::handleNanoappListRequest(hostClientId); in decodeMessageFromHost()
/system/chre/platform/slpi/
Dhost_link.cc837 void HostMessageHandlers::handleNanoappListRequest(uint16_t hostClientId) { in handleNanoappListRequest() function in chre::HostMessageHandlers