Home
last modified time | relevance | path

Searched defs:setTorchMode (Results 1 – 5 of 5) 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
336 status_t ModuleFlashControl::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode() function in android::ModuleFlashControl
590 status_t CameraDeviceClientFlashControl::setTorchMode( in setTorchMode() function in android::CameraDeviceClientFlashControl
674 status_t CameraHardwareInterfaceFlashControl::setTorchMode( in setTorchMode() function in android::CameraHardwareInterfaceFlashControl
DCameraService.cpp1350 Status CameraService::setTorchMode(const String16& cameraId, bool enabled, in setTorchMode() function in android::CameraService
/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl137 void setTorchMode(String CameraId, boolean enabled, IBinder clientBinder); in setTorchMode() method
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java519 public void setTorchMode(@NonNull String cameraId, boolean enabled) in setTorchMode() method in CameraManager
893 public void setTorchMode(String cameraId, boolean enabled) throws CameraAccessException { in setTorchMode() method in CameraManager.CameraManagerGlobal
/frameworks/av/services/camera/libcameraservice/common/
DCameraModule.cpp362 int CameraModule::setTorchMode(const char* camera_id, bool enable) { in setTorchMode() function in android::CameraModule