Home
last modified time | relevance | path

Searched defs:setTorchMode (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp100 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
DCameraService.cpp1248 status_t CameraService::setTorchMode(const String16& cameraId, bool enabled, in setTorchMode() function in android::CameraService
/frameworks/base/core/java/android/hardware/
DICameraService.aidl81 int setTorchMode(String CameraId, boolean enabled, IBinder clientBinder); in setTorchMode() method
/frameworks/av/services/camera/libcameraservice/common/
DCameraModule.cpp278 int CameraModule::setTorchMode(const char* camera_id, bool enable) { in setTorchMode() function in android::CameraModule
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java499 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/
DICameraService.cpp224 virtual status_t setTorchMode(const String16& cameraId, bool enabled, in setTorchMode() function in android::BpCameraService