OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ControlDelegateInterfaceMock
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/modules/camera/3_4/metadata/
control_delegate_interface_mock.h
29
class
ControlDelegateInterfaceMock
: public ControlDelegateInterface<T> {
31
ControlDelegateInterfaceMock
(){};
tagged_control_delegate_test.cpp
34
mock_delegate_.reset(new
ControlDelegateInterfaceMock
<uint8_t>());
48
std::unique_ptr<
ControlDelegateInterfaceMock
<uint8_t>> mock_delegate_;
control_test.cpp
40
mock_delegate_.reset(new
ControlDelegateInterfaceMock
<uint8_t>());
101
std::unique_ptr<
ControlDelegateInterfaceMock
<uint8_t>> mock_delegate_;
Completed in 175 milliseconds