Lines Matching refs:mEventThread
71 MockEventThread* mEventThread; member in android::scheduler::__anonee35d3570111::SchedulerTest
79 mEventThread = eventThread.get(); in SchedulerTest()
80 EXPECT_CALL(*mEventThread, registerDisplayEventConnection(_)).WillOnce(Return(0)); in SchedulerTest()
82 mEventThreadConnection = new MockEventThreadConnection(mEventThread); in SchedulerTest()
86 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in SchedulerTest()
106 EXPECT_CALL(*mEventThread, onHotplugReceived(_, _)).Times(0); in TEST_F()
109 EXPECT_CALL(*mEventThread, onScreenAcquired()).Times(0); in TEST_F()
112 EXPECT_CALL(*mEventThread, onScreenReleased()).Times(0); in TEST_F()
116 EXPECT_CALL(*mEventThread, dump(_)).Times(0); in TEST_F()
120 EXPECT_CALL(*mEventThread, setDuration(10ns, 20ns)).Times(0); in TEST_F()
131 EXPECT_CALL(*mEventThread, onHotplugReceived(PHYSICAL_DISPLAY_ID, false)).Times(1); in TEST_F()
134 EXPECT_CALL(*mEventThread, onScreenAcquired()).Times(1); in TEST_F()
137 EXPECT_CALL(*mEventThread, onScreenReleased()).Times(1); in TEST_F()
141 EXPECT_CALL(*mEventThread, dump(output)).Times(1); in TEST_F()
145 EXPECT_CALL(*mEventThread, setDuration(10ns, 20ns)).Times(1); in TEST_F()
149 EXPECT_CALL(*mEventThread, getEventThreadConnectionCount()).WillOnce(Return(kEventConnections)); in TEST_F()
188 EXPECT_CALL(*mEventThread, onModeChanged(_)).Times(0); in TEST_F()
203 EXPECT_CALL(*mEventThread, onModeChanged(_)).Times(0); in TEST_F()