Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc511 play_pos_changed_ = Notification(true, label); in PlaybackPosNotificationResponse()
512 } else if (!play_pos_changed_.first) { in PlaybackPosNotificationResponse()
532 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse()
584 &play_pos_changed_, in RejectNotification()
1423 if (!play_pos_changed_.first) { in HandlePlayPosUpdate()
1430 play_pos_changed_.second, false)); in HandlePlayPosUpdate()
1495 if (d.play_pos_changed_.first) out << "Play Position\n"; in operator <<()
Ddevice.h318 Notification play_pos_changed_ = Notification(false, 0); variable