Home
last modified time | relevance | path

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

/system/chre/core/
Dhost_comms_manager.cc46 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromNanoapp()
63 mMessagePool.deallocate(msgToHost); in sendMessageToHostFromNanoapp()
76 MessageFromHost *msgFromHost = mMessagePool.allocate(); in deliverNanoappMessageFromHost()
98 mMessagePool.deallocate(msgFromHost); in deliverNanoappMessageFromHost()
136 mMessagePool.deallocate(msgToHost); in onMessageToHostComplete()
154 mMessagePool.deallocate(msgToHost); in freeMessageToHost()
173 hostCommsMgr.mMessagePool.deallocate(msgFromHost); in freeMessageFromHostCallback()
/system/chre/core/include/chre/core/
Dhost_comms_manager.h151 SynchronizedMemoryPool<HostMessage, kMaxOutstandingMessages> mMessagePool; variable