Searched refs:AVDT_TSEP_SNK (Results 1 – 12 of 12) sorted by relevance
42 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK) { in btif_a2dp_on_idle()83 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK) { in btif_a2dp_on_started()
162 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK && in btif_a2dp_recv_ctrl_data()372 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK) { in btif_a2dp_data_cb()
259 bool IsSink() const { return (peer_sep_ == AVDT_TSEP_SNK); } in IsSink()1079 peer = new BtifAvPeer(peer_address, AVDT_TSEP_SNK, bta_handle, peer_id); in FindOrCreatePeer()2531 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_event()2537 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_event()2590 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_bta_av_event()2661 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_bta_av_event()2711 AVDT_TSEP_SNK /* peer_sep */, btif_av_event)); in bta_av_source_callback()2848 if (peer_sep == AVDT_TSEP_SNK) { in set_active_peer_int()2911 AVDT_TSEP_SNK, // peer_sep in src_disconnect_sink()2977 AVDT_TSEP_SNK, // peer_sep in src_set_active_sink()[all …]
467 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK && in btif_a2dp_audio_process_request()
524 if ((btif_av_get_peer_sep() == AVDT_TSEP_SNK) || in btif_a2dp_sink_handle_inc_media()
301 sep_requested = AVDT_TSEP_SNK; in bta_av_next_getcap()461 (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_sink_data_cback()673 av_open.sep = AVDT_TSEP_SNK; in bta_av_role_res()674 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK) { in bta_av_role_res()957 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind()958 else if (local_sep == AVDT_TSEP_SNK) in bta_av_config_ind()974 if (local_sep == AVDT_TSEP_SNK) { in bta_av_config_ind()978 AVDT_TSEP_SNK, p_msg->handle); in bta_av_config_ind()1082 if ((AVDT_TSEP_SNK == local_sep) && in bta_av_setconfig_rsp()1132 p_scb->sep_info[i].tsep = AVDT_TSEP_SNK; in bta_av_setconfig_rsp()[all …]
548 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in bta_av_api_register()581 if (avdtp_stream_config.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
79 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in SetUp()
110 #define AVDT_TSEP_SNK 1 /* Sink SEP */ macro116 case AVDT_TSEP_SNK: in peer_stream_endpoint_text()
129 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK && in StopRequest()
662 if (p_scb->stream_config.tsep != AVDT_TSEP_SNK) { in avdt_scb_snd_snk_delay_rpt_req()
1224 if (t_local_sep == AVDT_TSEP_SNK) { in ProcessSetConfig()