HomeSort by relevance Sort by last modified time
    Searched defs:dispatchVsync (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 170 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) {
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 42 jmethodID dispatchVsync;
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) {
94 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
98 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
177 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env,
178 gDisplayEventReceiverClassInfo.clazz, "dispatchVsync", "(JII)V");
  /frameworks/base/native/android/
choreographer.cpp 70 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
143 void Choreographer::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t) {

Completed in 536 milliseconds