Home
last modified time | relevance | path

Searched refs:mm_camera_shim_module_init (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_shim.h97 int32_t (*mm_camera_shim_module_init)(mm_camera_shim_ops_t *shim_ops); variable
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c3285 *(void **)&mm_camera_shim_module_init = in mm_camera_load_shim_lib()
3287 if (!mm_camera_shim_module_init) { in mm_camera_load_shim_lib()
3294 return mm_camera_shim_module_init(&g_cam_ctrl.cam_shim_ops); in mm_camera_load_shim_lib()