Searched refs:MockEventThreadConnection (Results 1 – 2 of 2) sorted by relevance
65 class MockEventThreadConnection : public EventThreadConnection { class in android::EventThreadTest67 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection() function in android::EventThreadTest::MockEventThreadConnection82 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 …]
41 class MockEventThreadConnection : public android::EventThreadConnection { class in android::__anon8feee2170110::SchedulerTest43 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection() function in android::__anon8feee2170110::SchedulerTest::MockEventThreadConnection45 ~MockEventThreadConnection() = default;83 sp<MockEventThreadConnection> mEventThreadConnection;93 mEventThreadConnection = new MockEventThreadConnection(mEventThread); in SchedulerTest()