Home
last modified time | relevance | path

Searched refs:setTorchMode (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h46 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);
DCameraFlashlight.cpp100 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
DCameraService.cpp1349 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()
DCameraService.h142 virtual binder::Status setTorchMode(const String16& cameraId, bool enabled,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DFlashlightController.java82 mCameraManager.setTorchMode(mCameraId, enabled); in setFlashlight()
202 setTorchMode(enabled);
218 private void setTorchMode(boolean enabled) {
/frameworks/av/services/camera/libcameraservice/common/
DCameraModule.h49 int setTorchMode(const char* camera_id, bool enable);
DCameraModule.cpp362 int CameraModule::setTorchMode(const char* camera_id, bool enable) { in setTorchMode() function in android::CameraModule
/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.java492 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/
DCameraBinderTests.cpp346 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/
Dandroid-6.0.jd470 {@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/
Dcurrent.txt13890 …method public void setTorchMode(java.lang.String, boolean) throws android.hardware.camera2.CameraA…
Dtest-current.txt13903 …method public void setTorchMode(java.lang.String, boolean) throws android.hardware.camera2.CameraA…
Dsystem-current.txt14337 …method public void setTorchMode(java.lang.String, boolean) throws android.hardware.camera2.CameraA…