Searched refs:addr_or_group_id (Results 1 – 4 of 4) sorted by relevance
89 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, in SetVolume() argument94 std::move(addr_or_group_id), volume)); in SetVolume()
38 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id,
71 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id,
386 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, in SetVolume() argument390 if (std::holds_alternative<RawAddress>(addr_or_group_id)) { in SetVolume()392 std::get<RawAddress>(addr_or_group_id)}; in SetVolume()