Searched refs:play_pos_changed_ (Results 1 – 2 of 2) sorted by relevance
489 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 <<()
307 Notification play_pos_changed_ = Notification(false, 0); variable