Searched refs:mMemoryPool (Results 1 – 1 of 1) sorted by relevance
588 std::unordered_map<uint32_t, sp<::android::MemoryHeapBase> > mMemoryPool; member in CameraHidlTest617 mParent->mMemoryPool.emplace(pool->getHeapID(), pool); in registerMemory()623 if (mParent->mMemoryPool.count(memId) == 0) { in unregisterMemory()629 mParent->mMemoryPool.erase(memId); in unregisterMemory()650 if (mParent->mMemoryPool.count(data) == 0) { in dataCallbackTimestamp()666 if (mParent->mMemoryPool.count(data) == 0) { in handleCallbackTimestamp()683 if (mParent->mMemoryPool.count(msg.data) == 0) { in handleCallbackTimestampBatch()