Lines Matching refs:Notification
305 avail_players_changed_ = Notification(true, label); in HandleNotification()
323 uids_changed_ = Notification(true, label); in HandleNotification()
436 track_changed_ = Notification(true, label); in TrackChangedNotificationResponse()
468 track_changed_ = Notification(false, 0); in TrackChangedNotificationResponse()
478 play_status_changed_ = Notification(true, label); in PlaybackStatusNotificationResponse()
502 play_status_changed_ = Notification(false, 0); in PlaybackStatusNotificationResponse()
511 play_pos_changed_ = Notification(true, label); in PlaybackPosNotificationResponse()
532 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse()
557 addr_player_changed_ = Notification(true, label); in AddressedPlayerNotificationResponse()
576 addr_player_changed_ = Notification(false, 0); in AddressedPlayerNotificationResponse()
583 Notification* rejectNotification[] = {&play_status_changed_, &track_changed_, in RejectNotification()
592 rejectNotification[i] = new Notification(false, 0); in RejectNotification()
1400 now_playing_changed_ = Notification(true, label); in HandleNowPlayingNotificationResponse()
1417 now_playing_changed_ = Notification(false, 0); in HandleNowPlayingNotificationResponse()
1448 avail_players_changed_ = Notification(false, 0); in HandleAvailablePlayerUpdate()