Home
last modified time | relevance | path

Searched refs:stopRepeating (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DRequestQueue.java79 public synchronized long stopRepeating(int requestId) { in stopRepeating() method in RequestQueue
99 public synchronized long stopRepeating() { in stopRepeating() method in RequestQueue
104 return stopRepeating(mRepeatingRequest.getRequestId()); in stopRepeating()
DRequestThreadManager.java1009 long lastFrame = mRequestQueue.stopRepeating(); in flush()
1061 return mRequestQueue.stopRepeating(requestId); in cancelRepeating()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraCaptureSessionImpl.java271 public synchronized void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraCaptureSessionImpl
278 mDeviceImpl.stopRepeating(); in stopRepeating()
378 mDeviceImpl.stopRepeating(); in close()
DCameraConstrainedHighSpeedCaptureSessionImpl.java218 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraConstrainedHighSpeedCaptureSessionImpl
219 mSessionImpl.stopRepeating(); in stopRepeating()
DCameraDeviceImpl.java418 stopRepeating(); in configureStreamsChecked()
859 stopRepeating(); in submitCaptureRequest()
915 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraDeviceImpl
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h78 camera_status_t stopRepeating();
DACameraCaptureSession.cpp75 ACameraCaptureSession::stopRepeating() { in stopRepeating() function in ACameraCaptureSession
/frameworks/av/camera/ndk/
DNdkCameraCaptureSession.cpp121 return session->stopRepeating(); in ACameraCaptureSession_stopRepeating()
/frameworks/base/core/java/android/hardware/camera2/
DCameraCaptureSession.java515 public abstract void stopRepeating() throws CameraAccessException; in stopRepeating() method in CameraCaptureSession
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
DCameraOps.java527 mCameraSession.stopRepeating();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2AgentImpl.java334 mSession.stopRepeating(); in handleMessage()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12572 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
/frameworks/base/api/
Dcurrent.txt13732 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
Dtest-current.txt13745 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
Dsystem-current.txt14179 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;