Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp258 auto requestEntry = mParent->mInflightMap.find(frameNumber); in processCaptureResultLocked()
259 if (requestEntry == mParent->mInflightMap.end()) { in processCaptureResultLocked()
463 auto itr = mParent->mInflightMap.find( in notifyHelper()
465 if (itr == mParent->mInflightMap.end()) { in notifyHelper()
508 mParent->mInflightMap.find(msg.get<NotifyMsg::Tag::shutter>().frameNumber); in notifyHelper()
509 if (itr == mParent->mInflightMap.end()) { in notifyHelper()
DVtsAidlHalCameraProvider_TargetTest.cpp1717 mInflightMap.clear(); in TEST_P()
1718 mInflightMap[frameNumber] = inflightReq; in TEST_P()
1748 mInflightMap.clear(); in TEST_P()
1752 mInflightMap[request.frameNumber] = inflightReq; in TEST_P()
1932 mInflightMap.clear(); in TEST_P()
1933 mInflightMap[frameNumber] = inflightReq; in TEST_P()
2051 mInflightMap.clear(); in TEST_P()
2102 mInflightMap[bufferId] = inflightReq; in TEST_P()
2122 const auto& inflightReq = mInflightMap[frameNumber]; in TEST_P()
2327 mInflightMap[frameNumber + i] = inflightReqs[i]; in TEST_P()
[all …]
Dcamera_aidl_test.cpp2360 mInflightMap.clear(); in processCaptureRequestInternal()
2361 mInflightMap.insert(std::make_pair(frameNumber, inflightReq)); in processCaptureRequestInternal()
2413 mInflightMap.clear(); in processCaptureRequestInternal()
2416 mInflightMap.insert(std::make_pair(request.frameNumber, inflightReq)); in processCaptureRequestInternal()
2884 mInflightMap.clear(); in processPreviewStabilizationCaptureRequestInternal()
2885 mInflightMap.insert(std::make_pair(frameNumber, inflightReq)); in processPreviewStabilizationCaptureRequestInternal()
3709 for (auto& it : mInflightMap) { in updateInflightResultQueue()
3829 mInflightMap.clear(); in processColorSpaceRequest()
3880 mInflightMap[bufferId] = inflightReq; in processColorSpaceRequest()
3899 const auto& inflightReq = mInflightMap[frameNumber]; in processColorSpaceRequest()
[all …]
Dcamera_aidl_test.h612 InFlightMap mInflightMap; // Map of all inflight requests variable
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1099 InFlightMap mInflightMap; // Map of all inflight requests member in CameraHidlTest
1285 ssize_t idx = mParent->mInflightMap.indexOfKey(frameNumber); in processCaptureResultLocked()
1295 InFlightRequest *request = mParent->mInflightMap.editValueAt(idx); in processCaptureResultLocked()
1531 ssize_t idx = mParent->mInflightMap.indexOfKey( in notifyHelper()
1539 InFlightRequest *r = mParent->mInflightMap.editValueAt(idx); in notifyHelper()
1574 ssize_t idx = mParent->mInflightMap.indexOfKey(messages[i].msg.shutter.frameNumber); in notifyHelper()
1581 InFlightRequest *r = mParent->mInflightMap.editValueAt(idx); in notifyHelper()
4790 mInflightMap.clear(); in processCaptureRequestInternal()
4791 mInflightMap.add(frameNumber, &inflightReq); in processCaptureRequestInternal()
4829 mInflightMap.clear(); in processCaptureRequestInternal()
[all …]