Searched refs:mMessagePool (Results 1 – 2 of 2) sorted by relevance
45 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()
194 SynchronizedMemoryPool<HostMessage, kMaxOutstandingMessages> mMessagePool; variable