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

  /hardware/libhardware/modules/camera/3_4/metadata/
control_delegate_interface.h 26 class ControlDelegateInterface : public StateDelegateInterface<T> {
28 virtual ~ControlDelegateInterface(){};
tagged_control_delegate.h 28 class TaggedControlDelegate : public ControlDelegateInterface<T> {
31 std::unique_ptr<ControlDelegateInterface<T>> delegate)
45 std::unique_ptr<ControlDelegateInterface<T>> delegate_;
control_delegate_interface_mock.h 29 class ControlDelegateInterfaceMock : public ControlDelegateInterface<T> {
ignored_control_delegate.h 27 class IgnoredControlDelegate : public ControlDelegateInterface<T> {
no_effect_control_delegate.h 27 class NoEffectControlDelegate : public ControlDelegateInterface<T> {
v4l2_control_delegate.h 28 class V4L2ControlDelegate : public ControlDelegateInterface<TMetadata> {

Completed in 238 milliseconds