Home
last modified time | relevance | path

Searched refs:IgnoredControlDelegate (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/3_4/metadata/
Dignored_control_delegate.h27 class IgnoredControlDelegate : public ControlDelegateInterface<T> {
29 IgnoredControlDelegate(T value) : value_(value){}; in IgnoredControlDelegate() function
Dignored_control_delegate_test.cpp27 IgnoredControlDelegate<int32_t> control(value); in TEST()
35 IgnoredControlDelegate<int32_t> control(value); in TEST()