Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DRequestQueue.java102 public synchronized long stopRepeating(int requestId) { in stopRepeating() method in RequestQueue
122 public synchronized long stopRepeating() { in stopRepeating() method in RequestQueue
127 return stopRepeating(mRepeatingRequest.getRequestId()); in stopRepeating()
DRequestThreadManager.java1025 long lastFrame = mRequestQueue.stopRepeating(); in flush()
1077 return mRequestQueue.stopRepeating(requestId); in cancelRepeating()
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h78 camera_status_t stopRepeating();
DACameraCaptureSession.cpp75 ACameraCaptureSession::stopRepeating() { in stopRepeating() function in ACameraCaptureSession
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraConstrainedHighSpeedCaptureSessionImpl.java223 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraConstrainedHighSpeedCaptureSessionImpl
224 mSessionImpl.stopRepeating(); in stopRepeating()
DCameraCaptureSessionImpl.java282 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraCaptureSessionImpl
290 mDeviceImpl.stopRepeating(); in stopRepeating()
394 mDeviceImpl.stopRepeating(); in close()
DCameraDeviceImpl.java428 stopRepeating(); in configureStreamsChecked()
929 stopRepeating(); in submitCaptureRequest()
985 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraDeviceImpl
/frameworks/av/camera/ndk/
DNdkCameraCaptureSession.cpp121 return session->stopRepeating(); in ACameraCaptureSession_stopRepeating()
/frameworks/base/core/java/android/hardware/camera2/
DCameraCaptureSession.java578 public abstract void stopRepeating() throws CameraAccessException; in stopRepeating() method in CameraCaptureSession
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraOps.java527 mCameraSession.stopRepeating();
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraOps.java563 mCameraSession.stopRepeating(); in setRequest()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2AgentImpl.java334 mSession.stopRepeating(); in handleMessage()
/frameworks/base/config/
Dboot-image-profile.txt22925 HSPLandroid/hardware/camera2/CameraCaptureSession;->stopRepeating()V
23123 HSPLandroid/hardware/camera2/impl/CameraCaptureSessionImpl;->stopRepeating()V
23204 HSPLandroid/hardware/camera2/impl/CameraDeviceImpl;->stopRepeating()V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12572 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
/frameworks/base/api/
Dcurrent.txt15107 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
Dtest-current.txt15201 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
Dsystem-current.txt15847 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;