HomeSort by relevance Sort by last modified time
    Searched refs:IgnoredControlDelegate (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/camera/3_4/metadata/
ignored_control_delegate.h 24 // An IgnoredControlDelegate, as the name implies,
27 class IgnoredControlDelegate : public ControlDelegateInterface<T> {
29 IgnoredControlDelegate(T value) : value_(value){};
ignored_control_delegate_test.cpp 27 IgnoredControlDelegate<int32_t> control(value);
35 IgnoredControlDelegate<int32_t> control(value);

Completed in 161 milliseconds