Lines Matching refs:MockEventThreadConnection
55 class MockEventThreadConnection : public EventThreadConnection { class in android::EventThreadTest
57 MockEventThreadConnection(android::impl::EventThread* eventThread, in MockEventThreadConnection() function in android::EventThreadTest::MockEventThreadConnection
70 sp<MockEventThreadConnection> createConnection(ConnectionEventRecorder& recorder);
95 sp<MockEventThreadConnection> mConnection;
140 sp<EventThreadTest::MockEventThreadConnection> EventThreadTest::createConnection( in createConnection()
142 sp<MockEventThreadConnection> connection = in createConnection()
143 new MockEventThreadConnection(mThread.get(), mResyncCallRecorder.getInvocable()); in createConnection()
270 sp<MockEventThreadConnection> firstConnection = createConnection(firstConnectionEventRecorder); in TEST_F()
279 sp<MockEventThreadConnection> secondConnection = in TEST_F()
366 sp<MockEventThreadConnection> errorConnection = createConnection(errorConnectionEventRecorder); in TEST_F()
390 sp<MockEventThreadConnection> errorConnection = createConnection(errorConnectionEventRecorder); in TEST_F()