Home
last modified time | relevance | path

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

/aosp12/system/chre/host/common/
H A Ddaemon_base.cc106 bool success = sendMessageToChre( in sendNanoappLoad()
125 success = sendMessageToChre(kHostClientIdDaemon, builder.GetBufferPointer(), in sendTimeSync()
149 bool ChreDaemonBase::sendMessageToChre(uint16_t clientId, void *data, in sendMessageToChre() function in android::chre::ChreDaemonBase
/aosp12/system/chre/host/common/include/chre_host/
H A Ddaemon_base.h62 bool sendMessageToChre(uint16_t clientId, void *data, size_t dataLen);
/aosp12/system/chre/host/msm/daemon/
H A Dfastrpc_daemon.cc120 sendMessageToChre(clientId, data, len); in run()