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

/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp42 jmethodID dispatchVsync; member in struct:android::__anon1120
62 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
87 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { function in class:android::NativeDisplayEventReceiver
94 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
98 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
177 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env,
178 gDisplayEventReceiverClassInfo.clazz, "dispatchVsync", "(JII)V");
/frameworks/base/libs/androidfw/include/androidfw/
H A DDisplayEventDispatcher.h40 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) = 0;
/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java170 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { method in class:DisplayEventReceiver
/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
/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp110 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);

Completed in 84 milliseconds