Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp65 class MockEventThreadConnection : public EventThreadConnection { class in android::EventThreadTest
67 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection() function in android::EventThreadTest::MockEventThreadConnection
82 sp<MockEventThreadConnection> createConnection(
118 sp<MockEventThreadConnection> mConnection;
119 sp<MockEventThreadConnection> mThrottledConnection;
186 sp<MockEventThreadConnection> connection = in createConnection()
187 new MockEventThreadConnection(mThread.get(), ownerUid, in createConnection()
356 sp<MockEventThreadConnection> secondConnection = in TEST_F()
478 sp<MockEventThreadConnection> secondConnection = in TEST_F()
579 sp<MockEventThreadConnection> suppressConnection = in TEST_F()
[all …]
H A DSchedulerTest.cpp41 class MockEventThreadConnection : public android::EventThreadConnection { class in android::__anon8feee2170110::SchedulerTest
43 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection() function in android::__anon8feee2170110::SchedulerTest::MockEventThreadConnection
45 ~MockEventThreadConnection() = default;
83 sp<MockEventThreadConnection> mEventThreadConnection;
93 mEventThreadConnection = new MockEventThreadConnection(mEventThread); in SchedulerTest()