Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc585 &now_playing_changed_}; in RejectNotification()
1386 if (!now_playing_changed_.first) { in HandleNowPlayingUpdate()
1393 weak_ptr_factory_.GetWeakPtr(), now_playing_changed_.second, false)); in HandleNowPlayingUpdate()
1400 now_playing_changed_ = Notification(true, label); in HandleNowPlayingNotificationResponse()
1401 } else if (!now_playing_changed_.first) { in HandleNowPlayingNotificationResponse()
1413 send_message(now_playing_changed_.second, false, std::move(response)); in HandleNowPlayingNotificationResponse()
1417 now_playing_changed_ = Notification(false, 0); in HandleNowPlayingNotificationResponse()
1496 if (d.now_playing_changed_.first) out << "Now Playing\n"; in operator <<()
Ddevice.h319 Notification now_playing_changed_ = Notification(false, 0); variable