Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp588 std::unordered_map<uint32_t, sp<::android::MemoryHeapBase> > mMemoryPool; member in CameraHidlTest
617 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()