Home
last modified time | relevance | path

Searched refs:sendNanoappLoad (Results 1 – 3 of 3) sorted by relevance

/system/chre/host/common/include/chre_host/
Ddaemon_base.h147 bool sendNanoappLoad(uint64_t appId, uint32_t appVersion,
/system/chre/host/common/test/
Dchre_test_client.cc206 void sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion, in sendNanoappLoad() function
243 sendNanoappLoad(client, appHeader->appId, appHeader->appVersion, in sendLoadNanoappRequest()
260 sendNanoappLoad(client, appId, appVersion, apiVersion, appFlags, buffer); in sendLoadNanoappRequest()
/system/chre/host/common/
Ddaemon_base.cc90 success = sendNanoappLoad(appHeader->appId, appHeader->appVersion, in loadNanoapp()
97 bool ChreDaemonBase::sendNanoappLoad(uint64_t appId, uint32_t appVersion, in sendNanoappLoad() function in android::chre::ChreDaemonBase