Home
last modified time | relevance | path

Searched refs:mMessagePool (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/
Dhost_comms_manager.cc48 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromCurrentNanoapp()
80 MessageFromHost *msgFromHost = mMessagePool.allocate(); in deliverNanoappMessageFromHost()
102 mMessagePool.deallocate(msgFromHost); in deliverNanoappMessageFromHost()
141 mMessagePool.deallocate(msgToHost); in onMessageToHostComplete()
164 mMessagePool.deallocate(msgToHost); in freeMessageToHost()
183 hostCommsMgr.mMessagePool.deallocate(msgFromHost); in freeMessageFromHostCallback()
/system/chre/core/include/chre/core/
Dhost_comms_manager.h141 SynchronizedMemoryPool<HostMessage, kMaxOutstandingMessages> mMessagePool; variable