Searched refs:mInflightMap (Results 1 – 1 of 1) sorted by relevance
1001 InFlightMap mInflightMap; // Map of all inflight requests member in CameraHidlTest1184 ssize_t idx = mParent->mInflightMap.indexOfKey(frameNumber); in processCaptureResultLocked()1194 InFlightRequest *request = mParent->mInflightMap.editValueAt(idx); in processCaptureResultLocked()1395 ssize_t idx = mParent->mInflightMap.indexOfKey( in notify()1403 InFlightRequest *r = mParent->mInflightMap.editValueAt(idx); in notify()1438 ssize_t idx = mParent->mInflightMap.indexOfKey(messages[i].msg.shutter.frameNumber); in notify()1445 InFlightRequest *r = mParent->mInflightMap.editValueAt(idx); in notify()4474 mInflightMap.clear(); in processCaptureRequestInternal()4475 mInflightMap.add(frameNumber, &inflightReq); in processCaptureRequestInternal()4513 mInflightMap.clear(); in processCaptureRequestInternal()[all …]