Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp33 NotifyInputDevicesChangedArgs* outEventArgs) { in assertNotifyInputDevicesChangedWasCalled() argument
35 assertCalled<NotifyInputDevicesChangedArgs>(outEventArgs, in assertNotifyInputDevicesChangedWasCalled()
41 NotifyConfigurationChangedArgs* outEventArgs) { in assertNotifyConfigurationChangedWasCalled() argument
43 assertCalled<NotifyConfigurationChangedArgs>(outEventArgs, in assertNotifyConfigurationChangedWasCalled()
53 void TestInputListener::assertNotifyDeviceResetWasCalled(NotifyDeviceResetArgs* outEventArgs) { in assertNotifyDeviceResetWasCalled() argument
56 NotifyDeviceResetArgs>(outEventArgs, in assertNotifyDeviceResetWasCalled()
67 NotifyDeviceResetArgs outEventArgs; in assertNotifyDeviceResetWasCalled() local
68 ASSERT_NO_FATAL_FAILURE(assertNotifyDeviceResetWasCalled(&outEventArgs)); in assertNotifyDeviceResetWasCalled()
69 ASSERT_THAT(outEventArgs, matcher); in assertNotifyDeviceResetWasCalled()
77 void TestInputListener::assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs) { in assertNotifyKeyWasCalled() argument
[all …]
DTestInputListener.h39 NotifyInputDevicesChangedArgs* outEventArgs = nullptr);
42 NotifyConfigurationChangedArgs* outEventArgs = nullptr);
50 void assertNotifyDeviceResetWasCalled(NotifyDeviceResetArgs* outEventArgs = nullptr);
54 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = nullptr);
60 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = nullptr,
68 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = nullptr);
70 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr);
72 void assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs = nullptr);
73 void assertNotifyVibratorStateWasCalled(NotifyVibratorStateArgs* outEventArgs = nullptr);
77 void assertCalled(NotifyArgsType* outEventArgs, std::string message,