Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp42 jmethodID dispatchVsync; member
90 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() function in android::NativeDisplayEventReceiver
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java186 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
/frameworks/base/native/android/
Dchoreographer.cpp145 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t) { in dispatchVsync() function in android::Choreographer