Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DMouseInputMapper_test.cpp100 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
102 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
104 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
DSwitchInputMapper_test.cpp88 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
90 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
DMockInputHost.h35 MOCK_METHOD1(reportEvent, void(InputDeviceHandle* d));
/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp131 getInputReport()->reportEvent(getDeviceHandle()); in sync()
DMouseInputMapper.cpp175 getInputReport()->reportEvent(getDeviceHandle()); in sync()
DInputHost.cpp31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent() function in android::InputReport
DInputHost.h63 virtual void reportEvent(InputDeviceHandle* d);