Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraOps.java512 mRecordingStream.onConfiguringOutputs(mOutputSurfaces, /* detach */false); in startRecording()
542 mRecordingStream.onConfiguringOutputs(mOutputSurfaces, /* detach */true); in stopRecording()
DCameraRecordingStream.java143 public synchronized void onConfiguringOutputs(List<Surface> outputSurfaces, in onConfiguringOutputs() method in CameraRecordingStream