Home
last modified time | relevance | path

Searched refs:NoEffectControlDelegate (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/metadata/
Dno_effect_control_delegate.h27 class NoEffectControlDelegate : public ControlDelegateInterface<T> {
29 NoEffectControlDelegate(T default_value) : value_(default_value){}; in NoEffectControlDelegate() function
Dno_effect_control_delegate_test.cpp27 NoEffectControlDelegate<int32_t> control(value); in TEST()
35 NoEffectControlDelegate<int32_t> control(value); in TEST()
Dpartial_metadata_factory.h109 tag, std::make_unique<NoEffectControlDelegate<T>>(value)); in FixedState()
120 std::make_unique<NoEffectControlDelegate<T>>(default_value)), in NoEffectOptionlessControl()
140 std::make_unique<NoEffectControlDelegate<T>>(options[0])), in NoEffectMenuControl()
157 delegate_tag, std::make_unique<NoEffectControlDelegate<T>>(min)), in NoEffectSliderControl()