Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dcontrol_delegate_interface_mock.h29 class ControlDelegateInterfaceMock : public ControlDelegateInterface<T> {
31 ControlDelegateInterfaceMock(){}; in ControlDelegateInterfaceMock() function
Dtagged_control_delegate_test.cpp34 mock_delegate_.reset(new ControlDelegateInterfaceMock<uint8_t>()); in SetUp()
48 std::unique_ptr<ControlDelegateInterfaceMock<uint8_t>> mock_delegate_;
Dcontrol_test.cpp40 mock_delegate_.reset(new ControlDelegateInterfaceMock<uint8_t>()); in SetUp()
101 std::unique_ptr<ControlDelegateInterfaceMock<uint8_t>> mock_delegate_;