Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_av.cc662 static BtifAvSource btif_av_source; variable
705 return btif_av_source.FindPeer(peer_address); in btif_av_source_find_peer()
711 if (btif_av_source.Enabled()) return btif_av_source_find_peer(peer_address); in btif_av_find_peer()
716 if (btif_av_source.Enabled()) in btif_av_find_active_peer()
717 return btif_av_source_find_peer(btif_av_source.ActivePeer()); in btif_av_find_active_peer()
940 return btif_av_source.ActivePeer(); in ActivePeerAddress()
1005 base::Unretained(&btif_av_source), RawAddress::kEmpty, in Cleanup()
1401 btif_av_source.SetActivePeer(RawAddress::kEmpty, in OnEnter()
1412 base::Unretained(&btif_av_source))); in OnEnter()
1459 can_connect = btif_av_source.AllowedToConnect(peer_.PeerAddress()); in ProcessEvent()
[all …]