Searched refs:s_hdl (Results 1 – 2 of 2) sorted by relevance
782 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local783 s_hdl = mm_channel_add_stream(my_obj); in mm_channel_fsm_fn_stopped()784 *((uint32_t*)out_val) = s_hdl; in mm_channel_fsm_fn_stopped()791 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local793 s_hdl = mm_channel_link_stream(my_obj, stream_link); in mm_channel_fsm_fn_stopped()794 *((uint32_t*)out_val) = s_hdl; in mm_channel_fsm_fn_stopped()1225 uint32_t s_hdl = 0; in mm_channel_link_stream() local1249 return s_hdl; in mm_channel_link_stream()1255 s_hdl = stream->my_hdl; in mm_channel_link_stream()1257 LOGD("stream handle = %d", s_hdl); in mm_channel_link_stream()[all …]
1012 uint32_t s_hdl = 0; in mm_camera_link_stream() local1029 (void*)&s_hdl); in mm_camera_link_stream()1034 return s_hdl; in mm_camera_link_stream()1053 uint32_t s_hdl = 0; in mm_camera_add_stream() local1064 (void *)&s_hdl); in mm_camera_add_stream()1069 return s_hdl; in mm_camera_add_stream()