Searched refs:delegate (Results 1 – 7 of 7) sorted by relevance
31 std::unique_ptr<ControlDelegateInterface<T>> delegate) in TaggedControlDelegate() argument32 : tag_(tag), delegate_(std::move(delegate)){}; in TaggedControlDelegate()
31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate) in State() argument32 : tag_(tag), delegate_(std::move(delegate)){}; in State()
36 Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,64 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate, in Control() argument66 : delegate_(std::move(delegate)), options_(std::move(options)) {} in Control()
50 std::unique_ptr<TaggedControlDelegate<uint8_t>> delegate = in PrepareControl() local59 new Control<uint8_t>(std::move(delegate), std::move(options))); in PrepareControl()61 control_.reset(new Control<uint8_t>(std::move(delegate))); in PrepareControl()
88 * Set and get volume. Used by audio framework to delegate volume control to
84 * Set and get volume. Used by audio framework to delegate volume control to