Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp46 jmethodID dispatchVsync; member
71 void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
153 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
192 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { in dispatchVsync() function in android::NativeDisplayEventReceiver
199 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count); in dispatchVsync()
281 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java140 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver