Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.cpp25 TestInputListener::TestInputListener(std::chrono::milliseconds eventHappenedTimeout, in TestInputListener() function in android::TestInputListener
30 TestInputListener::~TestInputListener() {} in ~TestInputListener()
32 void TestInputListener::assertNotifyConfigurationChangedWasCalled( in assertNotifyConfigurationChangedWasCalled()
52 void TestInputListener::assertNotifyDeviceResetWasNotCalled() { in assertNotifyDeviceResetWasNotCalled()
62 void TestInputListener::assertNotifyKeyWasNotCalled() { in assertNotifyKeyWasNotCalled()
72 void TestInputListener::assertNotifyMotionWasNotCalled() { in assertNotifyMotionWasNotCalled()
95 void TestInputListener::assertNotifyCaptureWasCalled( in assertNotifyCaptureWasCalled()
103 void TestInputListener::assertNotifyCaptureWasNotCalled() { in assertNotifyCaptureWasNotCalled()
129 void TestInputListener::assertNotCalled(std::string message) { in assertNotCalled()
143 void TestInputListener::notify(const NotifyArgsType* args) { in notify()
[all …]
H A DTestInputListener.h30 class TestInputListener : public InputListenerInterface {
32 virtual ~TestInputListener();
35 TestInputListener(std::chrono::milliseconds eventHappenedTimeout = 0ms,
H A DInputClassifier_test.cpp60 sp<TestInputListener> mTestListener;
63 mTestListener = new TestInputListener(); in SetUp()
H A DAndroid.bp50 "TestInputListener.cpp",
H A DInputReader_test.cpp1488 sp<TestInputListener> mFakeListener;
1496 mFakeListener = new TestInputListener(); in SetUp()
2134 sp<TestInputListener> mTestListener;
2140 mTestListener = new TestInputListener(2000ms /*eventHappenedTimeout*/, in SetUp()
2409 sp<TestInputListener> mFakeListener;
2416 mFakeListener = new TestInputListener(); in SetUp()
2682 sp<TestInputListener> mFakeListener;
2689 mFakeListener = new TestInputListener(); in SetUp()
8989 sp<TestInputListener> mFakeListener;
8996 mFakeListener = new TestInputListener(); in SetUp()