Home
last modified time | relevance | path

Searched refs:cam_shim_packet_t (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_shim.h85 } cam_shim_packet_t; typedef
94 int32_t (*mm_camera_shim_send_cmd)(cam_shim_packet_t *event);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c662 cam_shim_packet_t *shim_cmd; in mm_camera_query_capability()
1967 cam_shim_packet_t *shim_cmd; in mm_camera_map_buf()
2019 cam_shim_packet_t *shim_cmd; in mm_camera_map_bufs()
2060 cam_shim_packet_t *shim_cmd; in mm_camera_unmap_buf()
2108 cam_shim_packet_t *shim_cmd; in mm_camera_util_s_ctrl()
2160 cam_shim_packet_t *shim_cmd; in mm_camera_util_g_ctrl()
2190 cam_shim_packet_t *mm_camera_create_shim_cmd_packet(cam_shim_cmd_type type, in mm_camera_create_shim_cmd_packet()
2193 cam_shim_packet_t *shim_pack = NULL; in mm_camera_create_shim_cmd_packet()
2196 shim_pack = (cam_shim_packet_t *)malloc(sizeof(cam_shim_packet_t)); in mm_camera_create_shim_cmd_packet()
2201 memset(shim_pack, 0, sizeof(cam_shim_packet_t)); in mm_camera_create_shim_cmd_packet()
[all …]
Dmm_camera_stream.c1266 cam_shim_packet_t *shim_cmd; in mm_stream_release()
1365 cam_shim_packet_t *shim_cmd; in mm_stream_streamon()
1407 cam_shim_packet_t *shim_cmd; in mm_stream_start_sensor_streaming()
1473 cam_shim_packet_t *shim_cmd; in mm_stream_streamoff()
1917 cam_shim_packet_t *shim_cmd; in mm_stream_set_ext_mode()
2157 cam_shim_packet_t *shim_cmd; in mm_stream_map_buf()
2237 cam_shim_packet_t *shim_cmd; in mm_stream_map_bufs()
2312 cam_shim_packet_t *shim_cmd; in mm_stream_unmap_buf()
4926 cam_shim_packet_t *shim_cmd; in mm_stream_set_fmt()
Dmm_camera_interface.c3355 int32_t mm_camera_module_send_cmd(cam_shim_packet_t *event) in mm_camera_module_send_cmd()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h891 cam_shim_packet_t *mm_camera_create_shim_cmd_packet(cam_shim_cmd_type type,
893 int32_t mm_camera_destroy_shim_cmd_packet(cam_shim_packet_t *cmd);
899 int32_t mm_camera_module_send_cmd(cam_shim_packet_t *event);