Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp42 jmethodID dispatchVsync; member
63 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) override;
90 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() function in android::NativeDisplayEventReceiver
98 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, displayId, count); in dispatchVsync()
199 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
/frameworks/base/native/android/
Dchoreographer.cpp72 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) override;
145 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t) { in dispatchVsync() function in android::Choreographer
/frameworks/base/libs/androidfw/include/androidfw/
DDisplayEventDispatcher.h40 virtual void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) = 0;
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java186 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp111 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
/frameworks/base/config/
Dboot-image-profile.txt16131 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JJI)V