Lines Matching refs:mEventThread
82 mock::EventThread* mEventThread; member in android::__anon8feee2170110::SchedulerTest
90 mEventThread = eventThread.get(); in SchedulerTest()
91 EXPECT_CALL(*mEventThread, registerDisplayEventConnection(_)).WillOnce(Return(0)); in SchedulerTest()
93 mEventThreadConnection = new MockEventThreadConnection(mEventThread); in SchedulerTest()
97 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in SchedulerTest()
117 EXPECT_CALL(*mEventThread, onHotplugReceived(_, _)).Times(0); in TEST_F()
120 EXPECT_CALL(*mEventThread, onScreenAcquired()).Times(0); in TEST_F()
123 EXPECT_CALL(*mEventThread, onScreenReleased()).Times(0); in TEST_F()
127 EXPECT_CALL(*mEventThread, dump(_)).Times(0); in TEST_F()
131 EXPECT_CALL(*mEventThread, setDuration(10ns, 20ns)).Times(0); in TEST_F()
142 EXPECT_CALL(*mEventThread, onHotplugReceived(PHYSICAL_DISPLAY_ID, false)).Times(1); in TEST_F()
145 EXPECT_CALL(*mEventThread, onScreenAcquired()).Times(1); in TEST_F()
148 EXPECT_CALL(*mEventThread, onScreenReleased()).Times(1); in TEST_F()
152 EXPECT_CALL(*mEventThread, dump(output)).Times(1); in TEST_F()
156 EXPECT_CALL(*mEventThread, setDuration(10ns, 20ns)).Times(1); in TEST_F()
160 EXPECT_CALL(*mEventThread, getEventThreadConnectionCount()).WillOnce(Return(kEventConnections)); in TEST_F()
202 EXPECT_CALL(*mEventThread, onModeChanged(_)).Times(0); in TEST_F()
216 EXPECT_CALL(*mEventThread, onModeChanged(_)).Times(0); in TEST_F()