Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc778 static BtifAvSource btif_av_source; variable
831 return btif_av_source.FindPeer(peer_address); in btif_av_source_find_peer()
839 if (btif_av_source.Enabled() && local_a2dp_type == A2dpType::kSource) { in btif_av_find_peer()
851 if (btif_av_source.Enabled()) { in btif_av_find_peer()
874 if (btif_av_source.Enabled()) return btif_av_source_find_peer(peer_address); in btif_av_find_peer()
880 if (btif_av_source.Enabled() && local_a2dp_type == A2dpType::kSource) in btif_av_find_active_peer()
881 return btif_av_source_find_peer(btif_av_source.ActivePeer()); in btif_av_find_active_peer()
889 peer = btif_av_source_find_peer(btif_av_source.ActivePeer()); in btif_av_find_active_peer()
895 if (btif_av_source.Enabled()) in btif_av_find_active_peer()
896 return btif_av_source_find_peer(btif_av_source.ActivePeer()); in btif_av_find_active_peer()
[all …]