/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/ |
D | IRequestProcessorImpl.aidl | 29 void stopRepeating(); in stopRepeating() method
|
D | ISessionProcessorImpl.aidl | 34 void stopRepeating(); in stopRepeating() method
|
/frameworks/base/core/java/android/hardware/camera2/extension/ |
D | IRequestProcessorImpl.aidl | 31 void stopRepeating(); in stopRepeating() method
|
D | SessionProcessor.java | 309 public abstract void stopRepeating(); in stopRepeating() method in SessionProcessor 441 public void stopRepeating() throws RemoteException { in stopRepeating() method in SessionProcessor.SessionProcessorImpl 442 SessionProcessor.this.stopRepeating(); in stopRepeating()
|
D | ISessionProcessorImpl.aidl | 40 void stopRepeating(); in stopRepeating() method
|
D | RequestProcessor.java | 429 public void stopRepeating() { in stopRepeating() method in RequestProcessor 431 mRequestProcessor.stopRepeating(); in stopRepeating()
|
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/advanced/ |
D | SessionProcessorImpl.java | 177 void stopRepeating(); in stopRepeating() method
|
D | RequestProcessorImpl.java | 68 void stopRepeating(); in stopRepeating() method
|
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/ |
D | RequestProcessorImpl.java | 68 void stopRepeating(); in stopRepeating() method
|
D | SessionProcessorImpl.java | 229 void stopRepeating(); in stopRepeating() method
|
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/ |
D | RequestProcessorImpl.java | 68 void stopRepeating(); in stopRepeating() method
|
D | SessionProcessorImpl.java | 229 void stopRepeating(); in stopRepeating() method
|
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/serviceforward/ |
D | RequestProcessorAdapter.java | 106 public void stopRepeating() throws RemoteException { in stopRepeating() method in RequestProcessorAdapter 107 mRequestProcessorImpl.stopRepeating(); in stopRepeating()
|
D | ForwardSessionProcessor.java | 236 public void stopRepeating() { in stopRepeating() method in ForwardSessionProcessor 238 mISessionProcessor.stopRepeating(); in stopRepeating()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraAdvancedExtensionSessionImpl.java | 616 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraAdvancedExtensionSessionImpl 622 mCaptureSession.stopRepeating(); in stopRepeating() 625 mSessionProcessor.stopRepeating(); in stopRepeating() 640 mCaptureSession.stopRepeating(); in close() 644 mSessionProcessor.stopRepeating(); in close() 1250 public void stopRepeating() { in stopRepeating() method in CameraAdvancedExtensionSessionImpl.RequestProcessor 1257 mCaptureSession.stopRepeating(); in stopRepeating()
|
D | CameraConstrainedHighSpeedCaptureSessionImpl.java | 299 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraConstrainedHighSpeedCaptureSessionImpl 300 mSessionImpl.stopRepeating(); in stopRepeating()
|
D | CameraCaptureSessionImpl.java | 416 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraCaptureSessionImpl 424 mDeviceImpl.stopRepeating(); in stopRepeating() 579 mDeviceImpl.stopRepeating(); in close()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraExtensionSession.java | 460 public void stopRepeating() throws CameraAccessException { in stopRepeating() method in CameraExtensionSession
|
D | CameraCaptureSession.java | 790 public abstract void stopRepeating() throws CameraAccessException; in stopRepeating() method in CameraCaptureSession
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.h | 125 camera_status_t stopRepeating();
|
D | ACameraCaptureSession.cpp | 85 ACameraCaptureSession::stopRepeating() { in stopRepeating() function in ACameraCaptureSession
|
D | ACameraDevice.inc | 103 // stopRepeating above should have cleanup repeating sequence id
|
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/ |
D | SimpleSessionProcessorStub.java | 312 public void stopRepeating() throws RemoteException { in stopRepeating() method in SimpleSessionProcessorStub 315 mIRequestProcessor.stopRepeating(); in stopRepeating()
|
/frameworks/av/camera/ndk/ |
D | NdkCameraCaptureSession.cpp | 161 return session->stopRepeating(); in ACameraCaptureSession_stopRepeating()
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDeviceVendor.inc | 124 // stopRepeating above should have cleanup repeating sequence id
|