/frameworks/av/services/camera/libcameraservice/ |
D | CameraFlashlight.h | 46 virtual status_t setTorchMode(const String8& cameraId, 69 status_t setTorchMode(const String8& cameraId, bool enabled); 113 status_t setTorchMode(const String8& cameraId, bool enabled); 131 status_t setTorchMode(const String8& cameraId, bool enabled); 185 status_t setTorchMode(const String8& cameraId, bool enabled);
|
D | CameraFlashlight.cpp | 100 status_t CameraFlashlight::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode() function in android::CameraFlashlight 136 res = mFlashControl->setTorchMode(cameraId, enabled); in setTorchMode() 142 res = mFlashControl->setTorchMode(cameraId, enabled); in setTorchMode() 151 res = mFlashControl->setTorchMode(cameraId, enabled); in setTorchMode() 336 status_t ModuleFlashControl::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode() function in android::ModuleFlashControl 341 return mCameraModule->setTorchMode(cameraId.string(), enabled); in setTorchMode() 590 status_t CameraDeviceClientFlashControl::setTorchMode( in setTorchMode() function in android::CameraDeviceClientFlashControl 674 status_t CameraHardwareInterfaceFlashControl::setTorchMode( in setTorchMode() function in android::CameraHardwareInterfaceFlashControl
|
D | CameraService.cpp | 1349 Status CameraService::setTorchMode(const String16& cameraId, bool enabled, in setTorchMode() function in android::CameraService 1424 status_t err = mFlashlight->setTorchMode(id, enabled); in setTorchMode() 2664 status_t res = mFlashlight->setTorchMode(cameraId, false); in handleTorchClientBinderDied()
|
D | CameraService.h | 142 virtual binder::Status setTorchMode(const String16& cameraId, bool enabled,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | FlashlightController.java | 82 mCameraManager.setTorchMode(mCameraId, enabled); in setFlashlight() 202 setTorchMode(enabled); 218 private void setTorchMode(boolean enabled) {
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraModule.h | 49 int setTorchMode(const char* camera_id, bool enable);
|
D | CameraModule.cpp | 362 int CameraModule::setTorchMode(const char* camera_id, bool enable) { in setTorchMode() function in android::CameraModule
|
/frameworks/av/camera/aidl/android/hardware/ |
D | ICameraService.aidl | 137 void setTorchMode(String CameraId, boolean enabled, IBinder clientBinder); in setTorchMode() method
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraManager.java | 492 public void setTorchMode(@NonNull String cameraId, boolean enabled) in setTorchMode() method in CameraManager 494 CameraManagerGlobal.get().setTorchMode(cameraId, enabled); in setTorchMode() 866 public void setTorchMode(String cameraId, boolean enabled) throws CameraAccessException { in setTorchMode() method in CameraManager.CameraManagerGlobal 880 cameraService.setTorchMode(cameraId, enabled, mTorchClientBinder); in setTorchMode()
|
/frameworks/av/camera/tests/ |
D | CameraBinderTests.cpp | 346 res = service->setTorchMode(String16(String8::format("%d", i)), in TEST() 351 res = service->setTorchMode(String16(String8::format("%d", i)), in TEST()
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0.jd | 470 {@link android.hardware.camera2.CameraManager#setTorchMode(java.lang.String, boolean) setTorchMode(… 475 {@link android.hardware.camera2.CameraManager#setTorchMode(java.lang.String, boolean) setTorchMode(…
|
/frameworks/base/api/ |
D | current.txt | 13890 …method public void setTorchMode(java.lang.String, boolean) throws android.hardware.camera2.CameraA…
|
D | test-current.txt | 13903 …method public void setTorchMode(java.lang.String, boolean) throws android.hardware.camera2.CameraA…
|
D | system-current.txt | 14337 …method public void setTorchMode(java.lang.String, boolean) throws android.hardware.camera2.CameraA…
|