HomeSort by relevance Sort by last modified time
    Searched refs:AVDT_TSEP_SNK (Results 1 - 10 of 10) sorted by null

  /system/bt/btif/src/
btif_a2dp.cc 41 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK) {
btif_a2dp_control.cc 160 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK &&
370 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK) {
btif_av.cc 254 bool IsSink() const { return (peer_sep_ == AVDT_TSEP_SNK); }
982 peer = new BtifAvPeer(peer_address, AVDT_TSEP_SNK, bta_handle, peer_id);
    [all...]
btif_a2dp_audio_interface.cc 331 if (btif_av_get_peer_sep() == AVDT_TSEP_SNK &&
btif_a2dp_sink.cc 449 if ((btif_av_get_peer_sep() == AVDT_TSEP_SNK) ||
  /system/bt/bta/av/
bta_av_aact.cc 358 sep_requested = AVDT_TSEP_SNK;
517 (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) {
719 av_open.sep = AVDT_TSEP_SNK;
720 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK) {
    [all...]
bta_av_main.cc 622 avdtp_stream_config.tsep = AVDT_TSEP_SNK;
649 if (avdtp_stream_config.tsep == AVDT_TSEP_SNK) {
    [all...]
  /system/bt/stack/include/
avdt_api.h 76 #define AVDT_TSEP_SNK 1 /* Sink SEP */
    [all...]
  /system/bt/stack/avdt/
avdt_api.cc     [all...]
  /system/bt/btif/co/
bta_av_co.cc 287 * @param t_local_sep the local SEP: AVDT_TSEP_SRC or AVDT_TSEP_SNK
    [all...]

Completed in 1737 milliseconds