Searched defs:setTorchMode (Results 1 – 6 of 6) sorted by relevance
| /frameworks/av/services/camera/libcameraservice/ |
| D | CameraFlashlight.cpp | 100 status_t CameraFlashlight::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode() function in android::CameraFlashlight 337 status_t ModuleFlashControl::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode() function in android::ModuleFlashControl 591 status_t CameraDeviceClientFlashControl::setTorchMode( in setTorchMode() function in android::CameraDeviceClientFlashControl 675 status_t CameraHardwareInterfaceFlashControl::setTorchMode( in setTorchMode() function in android::CameraHardwareInterfaceFlashControl
|
| D | CameraService.cpp | 1248 status_t CameraService::setTorchMode(const String16& cameraId, bool enabled, in setTorchMode() function in android::CameraService
|
| /frameworks/base/core/java/android/hardware/ |
| D | ICameraService.aidl | 81 int setTorchMode(String CameraId, boolean enabled, IBinder clientBinder); in setTorchMode() method
|
| /frameworks/av/services/camera/libcameraservice/common/ |
| D | CameraModule.cpp | 278 int CameraModule::setTorchMode(const char* camera_id, bool enable) { in setTorchMode() function in android::CameraModule
|
| /frameworks/base/core/java/android/hardware/camera2/ |
| D | CameraManager.java | 499 public void setTorchMode(@NonNull String cameraId, boolean enabled) in setTorchMode() method in CameraManager 870 public void setTorchMode(String cameraId, boolean enabled) throws CameraAccessException { in setTorchMode() method in CameraManager.CameraManagerGlobal
|
| /frameworks/av/camera/ |
| D | ICameraService.cpp | 224 virtual status_t setTorchMode(const String16& cameraId, bool enabled, in setTorchMode() function in android::BpCameraService
|