Home
last modified time | relevance | path

Searched refs:torch_mode_status_change (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraFlash.cpp338 m_callbacks->torch_mode_status_change == NULL) { in reserveFlashForCamera()
349 m_callbacks->torch_mode_status_change(m_callbacks, in reserveFlashForCamera()
393 m_callbacks->torch_mode_status_change == NULL) { in releaseFlashFromCamera()
404 m_callbacks->torch_mode_status_change(m_callbacks, in releaseFlashFromCamera()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_provider_callback.h51 TorchModeStatusChangeFunc torch_mode_status_change; member
Dcamera_provider.cc160 hwl_provider_callback_.torch_mode_status_change = HwlTorchModeStatusChangeFunc( in SetCallback()
162 provider_callback_->torch_mode_status_change(std::to_string(camera_id), in SetCallback()
/hardware/google/camera/common/hal/hwl_interface/
Dhwl_types.h141 HwlTorchModeStatusChangeFunc torch_mode_status_change; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Base.cpp86 static void torch_mode_status_change( in torch_mode_status_change() function
206 my_test_obj->module_cb.torch_mode_status_change = &torch_mode_status_change; in hal3appCameraTestLoad()
/hardware/google/camera/common/hal/tests/
Dmock_provider_hwl.h45 hwl_camera_provider_callback->torch_mode_status_change( in SetCallback()
Dcamera_provider_tests.cc61 .torch_mode_status_change = in TEST_F()
/hardware/libhardware/include/hardware/
Dcamera_common.h658 void (*torch_mode_status_change)(const struct camera_module_callbacks*, member
/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Factory.cpp637 mCallbacks->torch_mode_status_change(mCallbacks, in QCamera2Factory()
652 mCallbacks->torch_mode_status_change(mCallbacks, in QCamera2Factory()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_provider.cc133 .torch_mode_status_change = google_camera_hal::TorchModeStatusChangeFunc( in Initialize()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp806 torch_cb_ = callback.torch_mode_status_change; in SetCallback()