Searched refs:s_hdl (Results 1 – 2 of 2) sorted by relevance
919 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local920 s_hdl = mm_channel_add_stream(my_obj); in mm_channel_fsm_fn_stopped()921 *((uint32_t*)out_val) = s_hdl; in mm_channel_fsm_fn_stopped()928 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local930 s_hdl = mm_channel_link_stream(my_obj, stream_link); in mm_channel_fsm_fn_stopped()931 *((uint32_t*)out_val) = s_hdl; in mm_channel_fsm_fn_stopped()938 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local940 s_hdl = mm_channel_reg_frame_sync(my_obj, frame_sync); in mm_channel_fsm_fn_stopped()941 *((uint32_t*)out_val) = s_hdl; in mm_channel_fsm_fn_stopped()1401 uint32_t s_hdl = 0; in mm_channel_link_stream() local[all …]
1024 uint32_t s_hdl = 0; in mm_camera_link_stream() local1041 (void*)&s_hdl); in mm_camera_link_stream()1046 return s_hdl; in mm_camera_link_stream()1065 uint32_t s_hdl = 0; in mm_camera_add_stream() local1076 (void *)&s_hdl); in mm_camera_add_stream()1080 return s_hdl; in mm_camera_add_stream()