Lines Matching refs:stream_endpoint

56     avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid);  in avdtp_sink_register_media_transport_category()  local
57 avdtp_register_media_transport_category(stream_endpoint); in avdtp_sink_register_media_transport_category()
61 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_reporting_category() local
62 avdtp_register_reporting_category(stream_endpoint); in avdtp_sink_register_reporting_category()
66 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_delay_reporting_category() local
67 avdtp_register_delay_reporting_category(stream_endpoint); in avdtp_sink_register_delay_reporting_category()
71 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_recovery_category() local
72 …avdtp_register_recovery_category(stream_endpoint, maximum_recovery_window_size, maximum_number_med… in avdtp_sink_register_recovery_category()
76 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_content_protection_category() local
77 …avdtp_register_content_protection_category(stream_endpoint, cp_type, cp_type_value, cp_type_value_… in avdtp_sink_register_content_protection_category()
81 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_header_compression_category() local
82 avdtp_register_header_compression_category(stream_endpoint, back_ch, media, recovery); in avdtp_sink_register_header_compression_category()
86 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_media_codec_category() local
87 …avdtp_register_media_codec_category(stream_endpoint, media_type, media_codec_type, media_codec_inf… in avdtp_sink_register_media_codec_category()
91 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(seid); in avdtp_sink_register_multiplexing_category() local
92 avdtp_register_multiplexing_category(stream_endpoint, fragmentation); in avdtp_sink_register_multiplexing_category()
114 void avdtp_sink_finalize_stream_endpoint(avdtp_stream_endpoint_t * stream_endpoint){ in avdtp_sink_finalize_stream_endpoint() argument
115 avdtp_finalize_stream_endpoint(stream_endpoint); in avdtp_sink_finalize_stream_endpoint()
187 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in avdtp_sink_delay_report() local
188 if (!stream_endpoint) { in avdtp_sink_delay_report()
193 if (stream_endpoint->state < AVDTP_STREAM_ENDPOINT_CONFIGURED){ in avdtp_sink_delay_report()
194 log_error("Stream endpoint seid %d in wrong state %d", local_seid, stream_endpoint->state); in avdtp_sink_delay_report()
202 connection->initiator_remote_seid = stream_endpoint->remote_sep.seid; in avdtp_sink_delay_report()