Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc108 active_labels_.erase(label); in VendorPacketHandler()
332 if (active_labels_.find(i) == active_labels_.end()) { in RegisterVolumeChanged()
333 active_labels_.insert(i); in RegisterVolumeChanged()
356 active_labels_.erase(label); in HandleVolumeChanged()
364 active_labels_.erase(label); in HandleVolumeChanged()
399 if (active_labels_.find(i) == active_labels_.end()) { in SetVolume()
400 active_labels_.insert(i); in SetVolume()
448 active_labels_.erase(label); in TrackChangedNotificationResponse()
482 active_labels_.erase(label); in PlaybackStatusNotificationResponse()
512 active_labels_.erase(label); in PlaybackPosNotificationResponse()
[all …]
Ddevice.h282 active_labels_.erase(label); in send_message()
328 std::set<uint8_t> active_labels_; variable