Lines Matching refs:stream_endpoint
449 avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_stream_endpoint_for_seid(local_seid); in a2dp_config_process_config_init() local
450 if (stream_endpoint == NULL){ in a2dp_config_process_config_init()
467 …stream_endpoint->remote_configuration_bitmap = store_bit16(stream_endpoint->remote_configuration_b… in a2dp_config_process_config_init()
468 stream_endpoint->remote_configuration.media_codec.media_type = AVDTP_AUDIO; in a2dp_config_process_config_init()
469 stream_endpoint->remote_configuration.media_codec.media_codec_type = codec_type; in a2dp_config_process_config_init()
471 stream_endpoint->set_config_remote_seid = remote_seid; in a2dp_config_process_config_init()
474 …stream_endpoint->remote_configuration_bitmap = store_bit16(stream_endpoint->remote_configuration_b… in a2dp_config_process_config_init()
478 config_process->local_stream_endpoint = stream_endpoint; in a2dp_config_process_config_init()
607 …avdtp_stream_endpoint_t * stream_endpoint = avdtp_get_source_stream_endpoint_for_media_codec_and_t… in a2dp_config_process_avdtp_event_handler() local
608 if (stream_endpoint != NULL){ in a2dp_config_process_avdtp_event_handler()
611 …nfiguration.sampling_frequency = avdtp_choose_sbc_sampling_frequency(stream_endpoint, avdtp_subeve… in a2dp_config_process_avdtp_event_handler()
612 …configuration.channel_mode = avdtp_choose_sbc_channel_mode(stream_endpoint, avdtp_subevent_s… in a2dp_config_process_avdtp_event_handler()
613 …configuration.block_length = avdtp_choose_sbc_block_length(stream_endpoint, avdtp_subevent_s… in a2dp_config_process_avdtp_event_handler()
614 …configuration.subbands = avdtp_choose_sbc_subbands(stream_endpoint, avdtp_subevent_signa… in a2dp_config_process_avdtp_event_handler()
615 …onfiguration.allocation_method = avdtp_choose_sbc_allocation_method(stream_endpoint, avdtp_subeve… in a2dp_config_process_avdtp_event_handler()
616 …onfiguration.max_bitpool_value = avdtp_choose_sbc_max_bitpool_value(stream_endpoint, avdtp_subeve… in a2dp_config_process_avdtp_event_handler()
617 …onfiguration.min_bitpool_value = avdtp_choose_sbc_min_bitpool_value(stream_endpoint, avdtp_subeve… in a2dp_config_process_avdtp_event_handler()
620 local_seid = avdtp_stream_endpoint_seid(stream_endpoint); in a2dp_config_process_avdtp_event_handler()