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

/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp41 jmethodID dispatchVsync; member in struct:android::__anon849
66 void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
148 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);
187 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { function in class:android::NativeDisplayEventReceiver
192 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
195 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
279 GET_METHOD_ID(gDisplayEventReceiverClassInfo.dispatchVsync,
281 "dispatchVsync", "(JII)V");
/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java138 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { method in class:DisplayEventReceiver

Completed in 46 milliseconds