Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DMockInputHost.h28 class MockInputReport : public InputReport {
30 MockInputReport() : InputReport(nullptr, {}, nullptr) {} in MockInputReport() function
DMouseInputMapper_test.cpp90 MockInputReport report; in TEST_F()