Searched refs:module_cb (Results 1 – 2 of 2) sorted by relevance
206 my_test_obj->module_cb.torch_mode_status_change = &torch_mode_status_change; in hal3appCameraTestLoad()207 my_test_obj->module_cb.camera_device_status_change = &camera_device_status_change; in hal3appCameraTestLoad()208 my_if_handle->set_callbacks(&(my_test_obj->module_cb)); in hal3appCameraTestLoad()
93 camera_module_callbacks_t module_cb; member