/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | RequestQueue.java | 102 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()
|
D | RequestThreadManager.java | 1039 long lastFrame = mRequestQueue.stopRepeating(); in flush() 1091 return mRequestQueue.stopRepeating(requestId); in cancelRepeating()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.h | 90 camera_status_t stopRepeating();
|
D | ACameraCaptureSession.cpp | 77 ACameraCaptureSession::stopRepeating() { in stopRepeating() function in ACameraCaptureSession
|
D | ACameraDevice.inc | 103 // stopRepeating above should have cleanup repeating sequence id
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraConstrainedHighSpeedCaptureSessionImpl.java | 266 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraConstrainedHighSpeedCaptureSessionImpl 267 mSessionImpl.stopRepeating(); in stopRepeating()
|
D | CameraCaptureSessionImpl.java | 415 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraCaptureSessionImpl 423 mDeviceImpl.stopRepeating(); in stopRepeating() 578 mDeviceImpl.stopRepeating(); in close()
|
D | CameraDeviceImpl.java | 441 stopRepeating(); in configureStreamsChecked() 927 stopRepeating(); in switchToOffline() 1171 stopRepeating(); in submitCaptureRequest() 1238 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraDeviceImpl
|
D | CameraOfflineSessionImpl.java | 876 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraOfflineSessionImpl
|
/frameworks/av/camera/ndk/ |
D | NdkCameraCaptureSession.cpp | 177 return session->stopRepeating(); in ACameraCaptureSession_stopRepeating()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraCaptureSession.java | 753 public abstract void stopRepeating() throws CameraAccessException; in stopRepeating() method in CameraCaptureSession
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDeviceVendor.inc | 125 // stopRepeating above should have cleanup repeating sequence id
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | CameraOps.java | 527 mCameraSession.stopRepeating();
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | CameraOps.java | 563 mCameraSession.stopRepeating(); in setRequest()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCamera2AgentImpl.java | 334 mSession.stopRepeating(); in handleMessage()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12572 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
|
/frameworks/base/api/ |
D | current.txt | 17175 … method public abstract void stopRepeating() throws android.hardware.camera2.CameraAccessException;
|