Searched refs:active_labels_ (Results 1 – 2 of 2) sorted by relevance
126 active_labels_.erase(label); in VendorPacketHandler()351 if (active_labels_.find(i) == active_labels_.end()) { in RegisterVolumeChanged()352 active_labels_.insert(i); in RegisterVolumeChanged()375 active_labels_.erase(label); in HandleVolumeChanged()383 active_labels_.erase(label); in HandleVolumeChanged()418 if (active_labels_.find(i) == active_labels_.end()) { in SetVolume()419 active_labels_.insert(i); in SetVolume()467 active_labels_.erase(label); in TrackChangedNotificationResponse()501 active_labels_.erase(label); in PlaybackStatusNotificationResponse()531 active_labels_.erase(label); in PlaybackPosNotificationResponse()[all …]
292 active_labels_.erase(label); in send_message()339 std::set<uint8_t> active_labels_; variable