Home
last modified time | relevance | path

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

/system/chre/core/
Dhost_comms_manager.cc45 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromNanoapp()
69 mMessagePool.deallocate(msgToHost); in sendMessageToHostFromNanoapp()
87 MessageFromHost *msgFromHost = mMessagePool.allocate(); in craftNanoappMessageFromHost()
96 mMessagePool.deallocate(msgFromHost); in craftNanoappMessageFromHost()
176 mMessagePool.deallocate(craftedMessage); in sendDeferredMessageToNanoappFromHost()
196 mMessagePool.deallocate(msgToHost); in onMessageToHostComplete()
215 mMessagePool.deallocate(msgToHost); in freeMessageToHost()
234 hostCommsMgr.mMessagePool.deallocate(msgFromHost); in freeMessageFromHostCallback()
/system/chre/core/include/chre/core/
Dhost_comms_manager.h194 SynchronizedMemoryPool<HostMessage, kMaxOutstandingMessages> mMessagePool; variable