Home
last modified time | relevance | path

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

/system/chre/host/common/include/chre_host/
Dfbs_daemon_base.h67 bool sendNanoappLoad(uint64_t appId, uint32_t appVersion,
Ddaemon_base.h176 virtual bool sendNanoappLoad(uint64_t appId, uint32_t appVersion,
/system/chre/host/common/test/
Dchre_test_client.cc223 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/
Dfbs_daemon_base.cc51 bool FbsDaemonBase::sendNanoappLoad(uint64_t appId, uint32_t appVersion, in sendNanoappLoad() function in android::chre::FbsDaemonBase
Ddaemon_base.cc137 success = sendNanoappLoad(appHeader->appId, appHeader->appVersion, in loadNanoapp()
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc365 bool sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion, in sendNanoappLoad() function
404 sendNanoappLoad(client, appHeader->appId, appHeader->appVersion, in sendLoadNanoappRequest()