Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc145 active_labels_.erase(label); in VendorPacketHandler()
550 if (active_labels_.find(i) == active_labels_.end()) { in RegisterVolumeChanged()
551 active_labels_.insert(i); in RegisterVolumeChanged()
573 active_labels_.erase(label); in HandleVolumeChanged()
581 active_labels_.erase(label); in HandleVolumeChanged()
622 if (active_labels_.find(i) == active_labels_.end()) { in SetVolume()
623 active_labels_.insert(i); in SetVolume()
651 active_labels_.erase(label); in TrackChangedNotificationResponse()
717 active_labels_.erase(label); in PlaybackStatusNotificationResponse()
746 active_labels_.erase(label); in PlaybackPosNotificationResponse()
[all …]
Ddevice.h327 active_labels_.erase(label); in send_message()
388 std::set<uint8_t> active_labels_; variable