Searched refs:track_changed_ (Results 1 – 2 of 2) sorted by relevance
417 track_changed_ = Notification(true, label); in TrackChangedNotificationResponse()418 } else if (!track_changed_.first) { in TrackChangedNotificationResponse()449 track_changed_ = Notification(false, 0); in TrackChangedNotificationResponse()564 Notification* rejectNotification[] = {&play_status_changed_, &track_changed_, in RejectNotification()1309 if (!track_changed_.first) { in HandleTrackUpdate()1316 weak_ptr_factory_.GetWeakPtr(), track_changed_.second, false)); in HandleTrackUpdate()1441 if (d.track_changed_.first) out << "Track Changed\n"; in operator <<()
305 Notification track_changed_ = Notification(false, 0); variable