Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc775 addr_player_changed_ = Notification(true, label); in AddressedPlayerNotificationResponse()
776 } else if (!addr_player_changed_.first) { in AddressedPlayerNotificationResponse()
794 addr_player_changed_ = Notification(false, 0); in AddressedPlayerNotificationResponse()
1815 if (!addr_player_changed_.first) { in HandleAddressedPlayerUpdate()
1822 weak_ptr_factory_.GetWeakPtr(), addr_player_changed_.second, false)); in HandleAddressedPlayerUpdate()
1861 if (d.addr_player_changed_.first) out << " Addressed Player\n"; in operator <<()
Ddevice.h368 Notification addr_player_changed_ = Notification(false, 0); variable