Searched refs:mMessagePool (Results 1 – 2 of 2) sorted by relevance
45 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromNanoapp()66 mMessagePool.deallocate(msgToHost); in sendMessageToHostFromNanoapp()84 MessageFromHost *msgFromHost = mMessagePool.allocate(); in craftNanoappMessageFromHost()93 mMessagePool.deallocate(msgFromHost); in craftNanoappMessageFromHost()173 mMessagePool.deallocate(craftedMessage); in sendDeferredMessageToNanoappFromHost()193 mMessagePool.deallocate(msgToHost); in onMessageToHostComplete()212 mMessagePool.deallocate(msgToHost); in freeMessageToHost()231 hostCommsMgr.mMessagePool.deallocate(msgFromHost); in freeMessageFromHostCallback()
190 SynchronizedMemoryPool<HostMessage, kMaxOutstandingMessages> mMessagePool; variable