Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc478 play_status_changed_ = Notification(true, label); in PlaybackStatusNotificationResponse()
479 } else if (!play_status_changed_.first) { in PlaybackStatusNotificationResponse()
502 play_status_changed_ = Notification(false, 0); in PlaybackStatusNotificationResponse()
583 Notification* rejectNotification[] = {&play_status_changed_, &track_changed_, in RejectNotification()
1373 if (!play_status_changed_.first) { in HandlePlayStatusUpdate()
1380 weak_ptr_factory_.GetWeakPtr(), play_status_changed_.second, false)); in HandlePlayStatusUpdate()
1494 if (d.play_status_changed_.first) out << "Play Status\n"; in operator <<()
Ddevice.h317 Notification play_status_changed_ = Notification(false, 0); variable