Searched refs:dispatchVsync (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 41 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/ |
D | DisplayEventDispatcher.h | 46 virtual void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) = 0;
|
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 202 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
|
/frameworks/native/libs/gui/ |
D | DisplayEventDispatcher.cpp | 128 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 135 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/ |
D | boot-image-profile.txt | 21211 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JJI)V
|