Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp39 jmethodID dispatchVsync; member
166 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() function in android::NativeDisplayEventReceiver
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java337 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver