Searched refs:inflightMap (Results 1 – 2 of 2) sorted by relevance
415 InFlightRequestMap& inflightMap = states.inflightMap; in removeInFlightMapEntryLocked() local416 nsecs_t duration = inflightMap.valueAt(idx).maxExpectedDuration; in removeInFlightMapEntryLocked()417 inflightMap.removeItemsAt(idx, 1); in removeInFlightMapEntryLocked()423 InFlightRequestMap& inflightMap = states.inflightMap; in removeInFlightRequestIfReadyLocked() local424 const InFlightRequest &request = inflightMap.valueAt(idx); in removeInFlightRequestIfReadyLocked()425 const uint32_t frameNumber = inflightMap.keyAt(idx); in removeInFlightRequestIfReadyLocked()536 ssize_t idx = states.inflightMap.indexOfKey(frameNumber); in processCaptureResult()542 InFlightRequest &request = states.inflightMap.editValueAt(idx); in processCaptureResult()973 InFlightRequestMap& inflightMap = states.inflightMap; in notifyShutter() local974 idx = inflightMap.indexOfKey(msg.frame_number); in notifyShutter()[all …]
139 InFlightRequestMap& inflightMap; // end of inflightLock scope member211 InFlightRequestMap& inflightMap; // end of inflightLock scope member