Searched refs:sendNanoappLoad (Results 1 – 6 of 6) sorted by relevance
/system/chre/host/common/include/chre_host/ |
D | fbs_daemon_base.h | 67 bool sendNanoappLoad(uint64_t appId, uint32_t appVersion,
|
D | daemon_base.h | 176 virtual bool sendNanoappLoad(uint64_t appId, uint32_t appVersion,
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 223 void sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion, in sendNanoappLoad() function 288 sendNanoappLoad(client, appHeader->appId, appHeader->appVersion, in sendLoadNanoappRequest() 305 sendNanoappLoad(client, appId, appVersion, apiVersion, appFlags, buffer); in sendLoadNanoappRequest()
|
/system/chre/host/common/ |
D | fbs_daemon_base.cc | 51 bool FbsDaemonBase::sendNanoappLoad(uint64_t appId, uint32_t appVersion, in sendNanoappLoad() function in android::chre::FbsDaemonBase
|
D | daemon_base.cc | 137 success = sendNanoappLoad(appHeader->appId, appHeader->appVersion, in loadNanoapp()
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 365 bool sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion, in sendNanoappLoad() function 404 sendNanoappLoad(client, appHeader->appId, appHeader->appVersion, in sendLoadNanoappRequest()
|