Home
last modified time | relevance | path

Searched refs:delegate (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware/modules/camera/3_4/metadata/
Dtagged_control_delegate.h31 std::unique_ptr<ControlDelegateInterface<T>> delegate) in TaggedControlDelegate() argument
32 : tag_(tag), delegate_(std::move(delegate)){}; in TaggedControlDelegate()
Dstate.h31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate) in State() argument
32 : tag_(tag), delegate_(std::move(delegate)){}; in State()
Dcontrol.h36 Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,
64 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate, in Control() argument
66 : delegate_(std::move(delegate)), options_(std::move(options)) {} in Control()
Dcontrol_test.cpp50 std::unique_ptr<TaggedControlDelegate<uint8_t>> delegate = in PrepareControl() local
59 new Control<uint8_t>(std::move(delegate), std::move(options))); in PrepareControl()
61 control_.reset(new Control<uint8_t>(std::move(delegate))); in PrepareControl()
/hardware/interfaces/audio/effect/2.0/
DIEffect.hal88 * Set and get volume. Used by audio framework to delegate volume control to
/hardware/interfaces/audio/effect/5.0/
DIEffect.hal84 * Set and get volume. Used by audio framework to delegate volume control to
/hardware/interfaces/audio/effect/4.0/
DIEffect.hal84 * Set and get volume. Used by audio framework to delegate volume control to