/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SchedulerTest.cpp | 43 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection() 89 auto eventThread = std::make_unique<mock::EventThread>(); in SchedulerTest() local
|
H A D | TestableScheduler.h | 50 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
|
H A D | TransactionFrameTracerTest.cpp | 70 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | GameModeTest.cpp | 62 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | RefreshRateSelectionTest.cpp | 124 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | TunnelModeEnabledReporterTest.cpp | 109 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | FpsReporterTest.cpp | 123 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | VSyncDispatchRealtimeTest.cpp | 205 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 D | TransactionApplicationTest.cpp | 60 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | SetFrameRateTest.cpp | 161 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 71 void HandleTransactionLockedTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
|
H A D | TransactionSurfaceFrameTest.cpp | 70 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
H A D | EventThreadTest.cpp | 67 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection()
|
H A D | CompositionTest.cpp | 122 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 D | CarAppFocusManagerTest.java | 274 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 D | Scheduler.cpp | 271 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 D | EventThread.cpp | 155 EventThread* eventThread, uid_t callingUid, ResyncCallback resyncCallback, in EventThreadConnection()
|