Searched refs:mPartialResults (Results 1 – 3 of 3) sorted by relevance
62 private final List<CaptureResult> mPartialResults; field in TotalCaptureResult79 mPartialResults = new ArrayList<>(); in TotalCaptureResult()81 mPartialResults = partials; in TotalCaptureResult()104 mPartialResults = new ArrayList<>(); in TotalCaptureResult()123 return Collections.unmodifiableList(mPartialResults); in getPartialResults()
1657 private final HashMap<Long, List<CaptureResult>> mPartialResults = new HashMap<>(); field in CameraDeviceImpl.FrameNumberTracker1749 List<CaptureResult> partials = mPartialResults.get(frameNumber); in updateTracker()1752 mPartialResults.put(frameNumber, partials); in updateTracker()1769 return mPartialResults.remove(frameNumber); in popPartialResults()
23414 Landroid/hardware/camera2/impl/CameraDeviceImpl$FrameNumberTracker;->mPartialResults:Ljava/util/Has…23863 Landroid/hardware/camera2/TotalCaptureResult;->mPartialResults:Ljava/util/List;