Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc727 play_pos_changed_ = Notification(true, label); in PlaybackPosNotificationResponse()
728 } else if (!play_pos_changed_.first) { in PlaybackPosNotificationResponse()
747 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse()
802 &play_pos_changed_, in RejectNotification()
1784 if (!play_pos_changed_.first) { in HandlePlayPosUpdate()
1791 play_pos_changed_.second, false)); in HandlePlayPosUpdate()
1858 if (d.play_pos_changed_.first) out << " Play Position\n"; in operator <<()
Ddevice.h365 Notification play_pos_changed_ = Notification(false, 0); variable