Home
last modified time | relevance | path

Searched defs:dispatchVsync (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp41 jmethodID dispatchVsync; member
101 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() function in android::NativeDisplayEventReceiver
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java258 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame, in dispatchVsync() method in DisplayEventReceiver
/aosp12/frameworks/native/libs/nativedisplay/
H A DAChoreographer.cpp358 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t, in dispatchVsync() function in android::Choreographer