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
62 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
87 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { in dispatchVsync() function in android::NativeDisplayEventReceiver
94 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count); in dispatchVsync()
177 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
/frameworks/base/native/android/
Dchoreographer.cpp70 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
143 void Choreographer::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t) { in dispatchVsync() function in android::Choreographer
/frameworks/base/libs/androidfw/include/androidfw/
DDisplayEventDispatcher.h40 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) = 0;
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java170 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp110 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
/frameworks/base/config/
Dboot-image-profile.txt32073 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JII)V