Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc557 addr_player_changed_ = Notification(true, label); in AddressedPlayerNotificationResponse()
558 } else if (!addr_player_changed_.first) { in AddressedPlayerNotificationResponse()
576 addr_player_changed_ = Notification(false, 0); in AddressedPlayerNotificationResponse()
1454 if (!addr_player_changed_.first) { in HandleAddressedPlayerUpdate()
1461 weak_ptr_factory_.GetWeakPtr(), addr_player_changed_.second, false)); in HandleAddressedPlayerUpdate()
1497 if (d.addr_player_changed_.first) out << "Addressed Player\n"; in operator <<()
Ddevice.h320 Notification addr_player_changed_ = Notification(false, 0); variable