Searched refs:flushMessagesSentByNanoapp (Results 1 - 6 of 6) sorted by relevance

/system/chre/platform/linux/
H A Dhost_link.cc21 void HostLink::flushMessagesSentByNanoapp(uint64_t appId) { function in class:chre::HostLink
/system/chre/platform/include/chre/platform/
H A Dhost_link.h46 void flushMessagesSentByNanoapp(uint64_t appId);
/system/chre/core/include/chre/core/
H A Dhost_comms_manager.h85 * @see HostLink::flushMessagesSentByNanoapp
87 void flushMessagesSentByNanoapp(uint64_t appId);
/system/chre/core/
H A Dhost_comms_manager.cc29 void HostCommsManager::flushMessagesSentByNanoapp(uint64_t appId) { function in class:chre::HostCommsManager
30 mHostLink.flushMessagesSentByNanoapp(appId);
H A Devent_loop.cc206 .flushMessagesSentByNanoapp(mNanoapps[i]->getAppId());
210 // flushMessagesSentByNanoapp()
/system/chre/platform/slpi/
H A Dhost_link.cc521 void HostLink::flushMessagesSentByNanoapp(uint64_t /*appId*/) { function in class:chre::HostLink

Completed in 293 milliseconds