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

/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java140 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { method in class:DisplayEventReceiver
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp47 jmethodID dispatchVsync; member in struct:android::__anon927
68 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
92 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { function in class:android::NativeDisplayEventReceiver
99 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
103 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
181 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env,
182 gDisplayEventReceiverClassInfo.clazz, "dispatchVsync", "(JII)V");
/frameworks/base/native/android/
H A Dchoreographer.cpp70 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
143 void Choreographer::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t) { function in class:android::Choreographer

Completed in 1002 milliseconds