Home
last modified time | relevance | path

Searched defs:vsyncSource (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DSetFrameRateOverride_test.cpp31 const ISurfaceComposer::VsyncSource vsyncSource = ISurfaceComposer::eVsyncSourceApp; in SetUp() local
/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp36 ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventReceiver()
DDisplayEventDispatcher.cpp39 const sp<Looper>& looper, ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventDispatcher()
DISurfaceComposer.cpp207 VsyncSource vsyncSource, EventRegistrationFlags eventRegistration) override { in createDisplayEventConnection()
1139 auto vsyncSource = static_cast<ISurfaceComposer::VsyncSource>(data.readInt32()); in onTransact() local
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java83 MessageQueue messageQueue, int vsyncSource, int eventRegistration); in nativeInit()
107 public DisplayEventReceiver(Looper looper, int vsyncSource, int eventRegistration) { in DisplayEventReceiver()
DChoreographer.java272 private Choreographer(Looper looper, int vsyncSource) { in Choreographer()
1164 public FrameDisplayEventReceiver(Looper looper, int vsyncSource) { in FrameDisplayEventReceiver()
/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp91 jint vsyncSource, jint eventRegistration) in NativeDisplayEventReceiver()
216 jint vsyncSource, jint eventRegistration) { in nativeInit()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp195 auto vsyncSource = makePrimaryDispSyncSource(connectionName, workDuration, readyDuration); in createConnection() local
378 auto vsyncSource = std::make_unique<InjectVSyncSource>(); in enableVSyncInjection() local
DEventThread.cpp236 EventThread::EventThread(std::unique_ptr<VSyncSource> vsyncSource, in EventThread()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp139 auto vsyncSource = std::make_unique<MockVSyncSource>(); in EventThreadTest() local
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1818 ISurfaceComposer::VsyncSource vsyncSource, in createDisplayEventConnection()