Searched refs:sendNanoappLoad (Results 1 – 3 of 3) sorted by relevance
/system/chre/host/common/include/chre_host/ |
D | daemon_base.h | 147 bool sendNanoappLoad(uint64_t appId, uint32_t appVersion,
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 206 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/ |
D | daemon_base.cc | 90 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
|