Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc695 play_status_changed_ = Notification(true, label); in PlaybackStatusNotificationResponse()
696 } else if (!play_status_changed_.first) { in PlaybackStatusNotificationResponse()
718 play_status_changed_ = Notification(false, 0); in PlaybackStatusNotificationResponse()
801 Notification* rejectNotification[] = {&play_status_changed_, &track_changed_, in RejectNotification()
1676 if (!play_status_changed_.first) { in HandlePlayStatusUpdate()
1683 weak_ptr_factory_.GetWeakPtr(), play_status_changed_.second, false)); in HandlePlayStatusUpdate()
1857 if (d.play_status_changed_.first) out << " Play Status\n"; in operator <<()
Ddevice.h364 Notification play_status_changed_ = Notification(false, 0); variable