Searched defs:mMemoryPool (Results 1 - 2 of 2) sorted by last modified time

/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.h157 QCameraMemoryPool *mMemoryPool; member in class:qcamera::QCameraMemory
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp787 std::unordered_map<uint32_t, sp<::android::MemoryHeapBase> > mMemoryPool; member in class:CameraHidlTest
821 mParent->mMemoryPool.emplace(pool->getHeapID(), pool);
827 if (mParent->mMemoryPool.count(memId) == 0) {
833 mParent->mMemoryPool.erase(memId);
854 if (mParent->mMemoryPool.count(data) == 0) {
870 if (mParent->mMemoryPool.count(data) == 0) {
887 if (mParent->mMemoryPool.count(msg.data) == 0) {

Completed in 77 milliseconds