Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp415 InFlightRequestMap& inflightMap = states.inflightMap; in removeInFlightMapEntryLocked() local
416 nsecs_t duration = inflightMap.valueAt(idx).maxExpectedDuration; in removeInFlightMapEntryLocked()
417 inflightMap.removeItemsAt(idx, 1); in removeInFlightMapEntryLocked()
423 InFlightRequestMap& inflightMap = states.inflightMap; in removeInFlightRequestIfReadyLocked() local
424 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() local
974 idx = inflightMap.indexOfKey(msg.frame_number); in notifyShutter()
[all …]
DCamera3OutputUtils.h139 InFlightRequestMap& inflightMap; // end of inflightLock scope member
211 InFlightRequestMap& inflightMap; // end of inflightLock scope member