Home
last modified time | relevance | path

Searched refs:dispatchVsync (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp41 jmethodID dispatchVsync; member
62 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) override;
91 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() function in android::NativeDisplayEventReceiver
99 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, displayId, count); in dispatchVsync()
199 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
/frameworks/native/libs/gui/include/gui/
DDisplayEventDispatcher.h46 virtual void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) = 0;
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java202 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp128 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp135 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) override;
346 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t) { in dispatchVsync() function in android::Choreographer
/frameworks/base/config/
Dboot-image-profile.txt21211 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JJI)V