Searched refs:mCaptureStageMap (Results 1 – 1 of 1) sorted by relevance
831 private HashMap<Integer, Pair<Image, TotalCaptureResult>> mCaptureStageMap = field in CameraExtensionSessionImpl.BurstRequestHandler863 for (Pair<Image, TotalCaptureResult> captureStage : mCaptureStageMap.values()) { in notifyCaptureFailed()866 mCaptureStageMap.clear(); in notifyCaptureFailed()961 mCaptureStageMap.put(stageId, in onCaptureCompleted()969 mCaptureStageMap.put(stageId, in onCaptureCompleted()992 if (mCaptureRequestMap.size() == mCaptureStageMap.size()) { in checkAndFireBurstProcessing()993 for (Pair<Image, TotalCaptureResult> captureStage : mCaptureStageMap in checkAndFireBurstProcessing()1005 List<CaptureBundle> captureList = initializeParcelable(mCaptureStageMap, in checkAndFireBurstProcessing()1022 mCaptureStageMap.clear(); in checkAndFireBurstProcessing()1051 mCaptureStageMap.get(stageId); in onImageAvailable()[all …]