Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/modules/camera/3_4/metadata/
H A Dcontrol_delegate_interface_mock.h29 class ControlDelegateInterfaceMock : public ControlDelegateInterface<T> {
31 ControlDelegateInterfaceMock(){}; in ControlDelegateInterfaceMock() function
H A Dtagged_control_delegate_test.cpp35 mock_delegate_.reset(new ControlDelegateInterfaceMock<uint8_t>()); in SetUp()
49 std::unique_ptr<ControlDelegateInterfaceMock<uint8_t>> mock_delegate_;
H A Dcontrol_test.cpp41 mock_delegate_.reset(new ControlDelegateInterfaceMock<uint8_t>()); in SetUp()
102 std::unique_ptr<ControlDelegateInterfaceMock<uint8_t>> mock_delegate_;