Searched refs:mHidlMemPoolMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp111 mHidlMemPoolMap.insert(std::make_pair(memPoolId, mem));
116 if (mHidlMemPoolMap.count(memId) == 0) {
120 camera_memory_t* mem = mHidlMemPoolMap.at(memId);
122 mHidlMemPoolMap.erase(memId);
129 if (mHidlMemPoolMap.count(data) == 0) {
136 sDataCb((int32_t) msgType, mHidlMemPoolMap.at(data), bufferIndex, &md, this);
143 if (mHidlMemPoolMap.count(data) == 0) {
147 sDataCbTimestamp(timestamp, (int32_t) msgType, mHidlMemPoolMap.at(data), bufferIndex, this);
154 if (mHidlMemPoolMap.count(data) == 0) {
158 sp<CameraHeapMemory> mem(static_cast<CameraHeapMemory *>(mHidlMemPoolMap
[all...]
H A DCameraHardwareInterface.h526 std::unordered_map<int, camera_memory_t*> mHidlMemPoolMap; member in class:android::CameraHardwareInterface

Completed in 57 milliseconds