Home
last modified time | relevance | path

Searched defs:eventThread (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp43 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()
89 auto eventThread = std::make_unique<mock::EventThread>(); in SchedulerTest() local
H A DTestableScheduler.h50 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
H A DTransactionFrameTracerTest.cpp70 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DGameModeTest.cpp62 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DRefreshRateSelectionTest.cpp124 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DTunnelModeEnabledReporterTest.cpp109 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DFpsReporterTest.cpp123 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DVSyncDispatchRealtimeTest.cpp205 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
226 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
H A DTransactionApplicationTest.cpp60 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DSetFrameRateTest.cpp161 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp71 void HandleTransactionLockedTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
H A DTransactionSurfaceFrameTest.cpp70 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
H A DEventThreadTest.cpp67 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection()
H A DCompositionTest.cpp122 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java274 LooperThread eventThread) throws InterruptedException { in createManager()
281 private static Car createCar(Context context, LooperThread eventThread) in createCar()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp271 auto eventThread = std::make_unique<impl::EventThread>(std::move(vsyncSource), tokenManager, in createConnection() local
278 Scheduler::ConnectionHandle Scheduler::createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
290 EventThread* eventThread, ISurfaceComposer::EventRegistrationFlags eventRegistration) { in createConnectionInternal()
459 auto eventThread = in enableVSyncInjection() local
H A DEventThread.cpp155 EventThread* eventThread, uid_t callingUid, ResyncCallback resyncCallback, in EventThreadConnection()