Searched refs:finalResults (Results 1 – 2 of 2) sorted by relevance
987 TotalCaptureResult[] finalResults = submitMixedCaptureBurstRequest(outputSurfaces, results); in doMixedReprocessBurstCapture() local994 for (int j = 0; j < finalResults.length; j++) { in doMixedReprocessBurstCapture()995 if (finalResults[j] != null && in doMixedReprocessBurstCapture()996 finalResults[j].get(CaptureResult.SENSOR_TIMESTAMP) == in doMixedReprocessBurstCapture()998 holders[i] = new ImageResultHolder(image, finalResults[j]); in doMixedReprocessBurstCapture()999 finalResults[j] = null; in doMixedReprocessBurstCapture()1008 holders[i] = new ImageResultHolder(image, finalResults[i]); in doMixedReprocessBurstCapture()
13953 Bundle finalResults = instr.mCurResults; in finishInstrumentationLocked() local13954 if (finalResults != null) { in finishInstrumentationLocked()13956 finalResults.putAll(results); in finishInstrumentationLocked()13959 finalResults = results; in finishInstrumentationLocked()13962 instr.mClass, resultCode, finalResults); in finishInstrumentationLocked()