Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc538 addr_player_changed_ = Notification(true, label); in AddressedPlayerNotificationResponse()
539 } else if (!addr_player_changed_.first) { in AddressedPlayerNotificationResponse()
557 addr_player_changed_ = Notification(false, 0); in AddressedPlayerNotificationResponse()
1402 if (!addr_player_changed_.first) { in HandleAddressedPlayerUpdate()
1409 weak_ptr_factory_.GetWeakPtr(), addr_player_changed_.second, false)); in HandleAddressedPlayerUpdate()
1445 if (d.addr_player_changed_.first) out << "Addressed Player\n"; in operator <<()
Ddevice.h309 Notification addr_player_changed_ = Notification(false, 0); variable