Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc489 play_pos_changed_ = Notification(true, label); in PlaybackPosNotificationResponse()
490 } else if (!play_pos_changed_.first) { in PlaybackPosNotificationResponse()
510 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse()
562 &play_pos_changed_, in RejectNotification()
1361 if (!play_pos_changed_.first) { in HandlePlayPosUpdate()
1368 play_pos_changed_.second, false)); in HandlePlayPosUpdate()
1433 if (d.play_pos_changed_.first) out << "Play Position\n"; in operator <<()
Ddevice.h307 Notification play_pos_changed_ = Notification(false, 0); variable