Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1059 InFlightMap mInflightMap; // Map of all inflight requests member in CameraHidlTest
1243 ssize_t idx = mParent->mInflightMap.indexOfKey(frameNumber); in processCaptureResultLocked()
1253 InFlightRequest *request = mParent->mInflightMap.editValueAt(idx); in processCaptureResultLocked()
1477 ssize_t idx = mParent->mInflightMap.indexOfKey( in notify()
1485 InFlightRequest *r = mParent->mInflightMap.editValueAt(idx); in notify()
1520 ssize_t idx = mParent->mInflightMap.indexOfKey(messages[i].msg.shutter.frameNumber); in notify()
1527 InFlightRequest *r = mParent->mInflightMap.editValueAt(idx); in notify()
4701 mInflightMap.clear(); in processCaptureRequestInternal()
4702 mInflightMap.add(frameNumber, &inflightReq); in processCaptureRequestInternal()
4740 mInflightMap.clear(); in processCaptureRequestInternal()
[all …]