Searched defs:setRepeatingBurst (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DAndroidCameraCaptureSessionProxy.java126 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, method in class:AndroidCameraCaptureSessionProxy
129 return mSession.setRepeatingBurst(requests, new AndroidCaptureCallback(listener), handler);
H A DCameraCaptureSessionProxy.java83 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler method in interface:CameraCaptureSessionProxy

Completed in 60 milliseconds