• Home
  • Raw
  • Download

Lines Matching refs:mThread

117         mThread->onVsync(expectedPresentationTime, timestamp, deadlineTimestamp);  in onVSyncEvent()
143 std::unique_ptr<impl::EventThread> mThread; member in android::EventThreadTest
180 mThread.reset(); in ~EventThreadTest()
204 mThread = std::make_unique<impl::EventThread>("EventThreadTest", mVsyncSchedule, in setupEventThread()
220 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in setupEventThread()
228 sp<MockEventThreadConnection>::make(mThread.get(), ownerUid, eventRegistration); in createConnection()
401 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F()
405 mThread->requestNextVsync(mConnection); in TEST_F()
415 mThread->requestNextVsync(mConnection); in TEST_F()
449 mThread->requestNextVsync(mConnection); in TEST_F()
468 mThread->requestNextVsync(mConnection); in TEST_F()
496 VsyncEventData vsyncEventData = mThread->getLatestVsyncEventData(mConnection, now); in TEST_F()
545 mThread->setVsyncRate(0, firstConnection); in TEST_F()
554 mThread->setVsyncRate(1, secondConnection); in TEST_F()
571 mThread->setVsyncRate(1, mConnection); in TEST_F()
599 mThread->setVsyncRate(2, mConnection); in TEST_F()
627 mThread->setVsyncRate(1, mConnection); in TEST_F()
648 mThread->setVsyncRate(1, errorConnection); in TEST_F()
674 mThread->setVsyncRate(1, errorConnection); in TEST_F()
698 mThread->setDuration(321ns, 456ns); in TEST_F()
705 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F()
712 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in TEST_F()
719 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, false); in TEST_F()
726 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, true); in TEST_F()
740 mThread->onModeChanged({fps, ftl::as_non_null(mode)}); in TEST_F()
754 mThread->onModeChanged({fps, ftl::as_non_null(mode)}); in TEST_F()
767 mThread->onModeChanged({fps, ftl::as_non_null(mode)}); in TEST_F()
785 mThread->onModeChanged({fps, ftl::as_non_null(mode)}); in TEST_F()
801 mThread->onFrameRateOverridesChanged(INTERNAL_DISPLAY_ID, overrides); in TEST_F()
818 mThread->onFrameRateOverridesChanged(INTERNAL_DISPLAY_ID, overrides); in TEST_F()
829 mThread->requestNextVsync(mThrottledConnection); in TEST_F()
861 mThread->onHdcpLevelsChanged(EXTERNAL_DISPLAY_ID, HDCP_V1, HDCP_V2); in TEST_F()