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