Searched defs:eventThread (Results 1 – 16 of 16) sorted by relevance
| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | SchedulerTest.cpp | 43 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection() 86 auto eventThread = std::make_unique<mock::EventThread>(); in SchedulerTest() local
|
| D | TestableScheduler.h | 47 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
|
| D | TransactionFrameTracerTest.cpp | 70 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| D | GameModeTest.cpp | 62 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| D | RefreshRateSelectionTest.cpp | 124 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| D | TunnelModeEnabledReporterTest.cpp | 109 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| D | FpsReporterTest.cpp | 123 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| 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
|
| D | TransactionApplicationTest.cpp | 60 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| D | SetFrameRateTest.cpp | 161 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 71 void HandleTransactionLockedTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
|
| D | TransactionSurfaceFrameTest.cpp | 70 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| D | EventThreadTest.cpp | 67 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection()
|
| D | CompositionTest.cpp | 120 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
|
| /frameworks/native/services/surfaceflinger/Scheduler/ |
| D | Scheduler.cpp | 273 auto eventThread = std::make_unique<impl::EventThread>(std::move(vsyncSource), tokenManager, in createConnection() local 280 Scheduler::ConnectionHandle Scheduler::createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection() 292 EventThread* eventThread, ISurfaceComposer::EventRegistrationFlags eventRegistration) { in createConnectionInternal() 460 auto eventThread = in enableVSyncInjection() local
|
| D | EventThread.cpp | 155 EventThread* eventThread, uid_t callingUid, ResyncCallback resyncCallback, in EventThreadConnection()
|