Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dstate_delegate_interface_mock.h29 class StateDelegateInterfaceMock : public StateDelegateInterface<T> {
31 StateDelegateInterfaceMock(){}; in StateDelegateInterfaceMock() function
Dstate_test.cpp39 mock_delegate_.reset(new StateDelegateInterfaceMock<uint8_t>()); in SetUp()
52 std::unique_ptr<StateDelegateInterfaceMock<uint8_t>> mock_delegate_;