Searched refs:s_hdl (Results 1 – 2 of 2) sorted by relevance
777 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local778 s_hdl = mm_channel_add_stream(my_obj); in mm_channel_fsm_fn_stopped()779 *((uint32_t*)out_val) = s_hdl; in mm_channel_fsm_fn_stopped()786 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local788 s_hdl = mm_channel_link_stream(my_obj, stream_link); in mm_channel_fsm_fn_stopped()789 *((uint32_t*)out_val) = s_hdl; in mm_channel_fsm_fn_stopped()1220 uint32_t s_hdl = 0; in mm_channel_link_stream() local1244 return s_hdl; in mm_channel_link_stream()1250 s_hdl = stream->my_hdl; in mm_channel_link_stream()1252 LOGD("stream handle = %d", s_hdl); in mm_channel_link_stream()[all …]
937 uint32_t s_hdl = 0; in mm_camera_link_stream() local954 (void*)&s_hdl); in mm_camera_link_stream()959 return s_hdl; in mm_camera_link_stream()978 uint32_t s_hdl = 0; in mm_camera_add_stream() local989 (void *)&s_hdl); in mm_camera_add_stream()994 return s_hdl; in mm_camera_add_stream()