Home
last modified time | relevance | path

Searched refs:AVDT_TSEP_SRC (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp.cc65 } else if (btif_av_get_peer_sep(local_a2dp_type) == AVDT_TSEP_SRC) { in btif_a2dp_on_idle()
138 if (peer_type_sep == AVDT_TSEP_SRC) { in btif_a2dp_on_stopped()
161 if (peer_type_sep == AVDT_TSEP_SRC) { in btif_a2dp_on_suspended()
Dbtif_av.cc289 bool IsSource() const { return (peer_sep_ == AVDT_TSEP_SRC); } in IsSource()
1553 peer = new BtifAvPeer(peer_address, AVDT_TSEP_SRC, bta_handle, peer_id); in FindOrCreatePeer()
3095 if (peer_sep == AVDT_TSEP_SRC) { in btif_av_handle_both_peer()
3128 } else if (peer_sep == AVDT_TSEP_SRC) { in btif_av_handle_both_peer()
3137 } else if (peer_sep == AVDT_TSEP_SRC) { in btif_av_handle_both_peer()
3151 } else if (peer_sep == AVDT_TSEP_SRC) { in btif_av_handle_both_peer()
3185 } else if (peer_sep == AVDT_TSEP_SRC) { in btif_av_handle_event()
3191 } else if (peer_sep == AVDT_TSEP_SRC) { in btif_av_handle_event()
3245 peer_sep = AVDT_TSEP_SRC; in btif_av_handle_bta_av_event()
3250 } else if (peer_sep == AVDT_TSEP_SRC) { in btif_av_handle_bta_av_event()
[all …]
Dbtif_a2dp_control.cc113 if (btif_av_get_peer_sep(A2dpType::kSource) == AVDT_TSEP_SRC) in btif_a2dp_control_on_start()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc313 sep_requested = AVDT_TSEP_SRC; in bta_av_next_getcap()
687 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_role_res()
690 bta_av_data.open.sep = AVDT_TSEP_SRC; in bta_av_role_res()
970 if (local_sep == AVDT_TSEP_SRC) { in bta_av_config_ind()
976 p_info->tsep = AVDT_TSEP_SRC; in bta_av_config_ind()
1004 AVDT_TSEP_SRC, p_msg->handle); in bta_av_config_ind()
1139 if (local_sep == AVDT_TSEP_SRC) in bta_av_setconfig_rsp()
1162 if (local_sep == AVDT_TSEP_SRC) { in bta_av_setconfig_rsp()
1171 if (local_sep == AVDT_TSEP_SRC) { in bta_av_setconfig_rsp()
1270 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_str_opened()
[all …]
Dbta_av_main.cc476 : AVDT_TSEP_SRC; in bta_av_api_register()
626 avdtp_stream_config.tsep = AVDT_TSEP_SRC; in bta_av_api_register()
751 : AVDT_TSEP_SRC; in bta_av_api_register()
755 (bta_av_cb.reg_role & (1 << AVDT_TSEP_SRC))) { in bta_av_api_register()
Dbta_av_api.cc171 if (p_buf->uuid == AVDT_TSEP_SRC) { in BTA_AvOpen()
/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h106 #define AVDT_TSEP_SRC 0 /* Source SEP */ macro
111 case AVDT_TSEP_SRC: in peer_stream_endpoint_text()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc523 if (t_local_sep == AVDT_TSEP_SRC) { in ProcessSetConfig()
768 if (t_local_sep == AVDT_TSEP_SRC) { in getStateFromLocalProfile()
976 p_sink->protect_info, AVDT_TSEP_SRC); in SetCodecAudioConfig()
1168 p_sink->num_protect, p_sink->protect_info, AVDT_TSEP_SRC); in SelectProviderCodecConfiguration()
1276 p_sink->protect_info, AVDT_TSEP_SRC); in AttemptSourceCodecSelection()
1657 return bta_av_co_cb.SetActivePeer(peer_address, AVDT_TSEP_SRC); in bta_av_co_set_active_source_peer()
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc157 if (btif_av_get_peer_sep(A2dpType::kSource) != AVDT_TSEP_SRC) { in StartRequest()
/packages/modules/Bluetooth/system/stack/test/
Dstack_avdtp_test.cc140 pscb->stream_config.tsep = AVDT_TSEP_SRC; in TEST_F()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc109 if (btif_av_get_peer_sep(A2dpType::kSource) != AVDT_TSEP_SRC) { in StartRequest()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc114 if (btif_av_get_peer_sep(A2dpType::kSource) != AVDT_TSEP_SRC) { in StartRequest()