Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc436 track_changed_ = Notification(true, label); in TrackChangedNotificationResponse()
437 } else if (!track_changed_.first) { in TrackChangedNotificationResponse()
468 track_changed_ = Notification(false, 0); in TrackChangedNotificationResponse()
583 Notification* rejectNotification[] = {&play_status_changed_, &track_changed_, in RejectNotification()
1361 if (!track_changed_.first) { in HandleTrackUpdate()
1368 weak_ptr_factory_.GetWeakPtr(), track_changed_.second, false)); in HandleTrackUpdate()
1493 if (d.track_changed_.first) out << "Track Changed\n"; in operator <<()
Ddevice.h316 Notification track_changed_ = Notification(false, 0); variable