Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp46 jmethodID dispatchVsync; member
192 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { in dispatchVsync() function in android::NativeDisplayEventReceiver
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java140 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver