Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dhost_link.cc21 void HostLink::flushMessagesSentByNanoapp(uint64_t appId) { in flushMessagesSentByNanoapp() function in chre::HostLink
/system/chre/platform/include/chre/platform/
Dhost_link.h46 void flushMessagesSentByNanoapp(uint64_t appId);
/system/chre/core/
Dhost_comms_manager.cc29 void HostCommsManager::flushMessagesSentByNanoapp(uint64_t appId) { in flushMessagesSentByNanoapp() function in chre::HostCommsManager
30 mHostLink.flushMessagesSentByNanoapp(appId); in flushMessagesSentByNanoapp()
Devent_loop.cc204 .flushMessagesSentByNanoapp(mNanoapps[i]->getAppId()); in unloadNanoapp()
/system/chre/core/include/chre/core/
Dhost_comms_manager.h87 void flushMessagesSentByNanoapp(uint64_t appId);
/system/chre/platform/slpi/
Dhost_link.cc679 void HostLink::flushMessagesSentByNanoapp(uint64_t /*appId*/) { in flushMessagesSentByNanoapp() function in chre::HostLink