Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
Dtest.cpp176 class MockLshal : public Lshal { class
178 MockLshal() {} in MockLshal() function in android::lshal::MockLshal
179 ~MockLshal() = default;
215 mockLshal = std::make_unique<NiceMock<MockLshal>>(); in SetUp()
220 std::unique_ptr<MockLshal> mockLshal;