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