Searched refs:reportEvent (Results 1 – 7 of 7) sorted by relevance
100 EXPECT_CALL(report, reportEvent(_)); in TEST_F()102 EXPECT_CALL(report, reportEvent(_)); in TEST_F()104 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
88 EXPECT_CALL(report, reportEvent(_)); in TEST_F()90 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
35 MOCK_METHOD1(reportEvent, void(InputDeviceHandle* d));
131 getInputReport()->reportEvent(getDeviceHandle()); in sync()
175 getInputReport()->reportEvent(getDeviceHandle()); in sync()
31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent() function in android::InputReport
63 virtual void reportEvent(InputDeviceHandle* d);