Searched refs:AVDT_TSEP_SNK (Results 1 – 11 of 11) sorted by relevance
42 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK) { in btif_a2dp_on_idle()82 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()
255 bool IsSink() const { return (peer_sep_ == AVDT_TSEP_SNK); } in IsSink()1074 peer = new BtifAvPeer(peer_address, AVDT_TSEP_SNK, bta_handle, peer_id); in FindOrCreatePeer()2501 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_event()2507 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_event()2558 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_bta_av_event()2625 if (peer_sep == AVDT_TSEP_SNK) { in btif_av_handle_bta_av_event()2671 AVDT_TSEP_SNK /* peer_sep */, btif_av_event)); in bta_av_source_callback()2807 if (peer_sep == AVDT_TSEP_SNK) { in set_active_peer_int()2869 AVDT_TSEP_SNK, // peer_sep in src_disconnect_sink()2935 AVDT_TSEP_SNK, // peer_sep in src_set_active_sink()[all …]
472 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK && in btif_a2dp_audio_process_request()
519 if ((btif_av_get_peer_sep() == AVDT_TSEP_SNK) || in btif_a2dp_sink_handle_inc_media()
357 sep_requested = AVDT_TSEP_SNK; in bta_av_next_getcap()517 (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_sink_data_cback()729 av_open.sep = AVDT_TSEP_SNK; in bta_av_role_res()730 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK) { in bta_av_role_res()1020 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind()1021 else if (local_sep == AVDT_TSEP_SNK) in bta_av_config_ind()1037 if (local_sep == AVDT_TSEP_SNK) { in bta_av_config_ind()1041 AVDT_TSEP_SNK, p_msg->handle); in bta_av_config_ind()1144 if ((AVDT_TSEP_SNK == local_sep) && in bta_av_setconfig_rsp()1194 p_scb->sep_info[i].tsep = AVDT_TSEP_SNK; in bta_av_setconfig_rsp()[all …]
667 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in bta_av_api_register()700 if (avdtp_stream_config.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
79 #define AVDT_TSEP_SNK 1 /* Sink SEP */ macro
125 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK && in StopRequest()
1125 (p_scb->stream_config.tsep == AVDT_TSEP_SNK)) || in AVDT_SendReport()
1230 if (t_local_sep == AVDT_TSEP_SNK) { in ProcessSetConfig()