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

  /frameworks/base/include/androidfw/
DisplayEventDispatcher.h 39 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) = 0;
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 47 jmethodID dispatchVsync;
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) {
99 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
103 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
181 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env,
182 gDisplayEventReceiverClassInfo.clazz, "dispatchVsync", "(JII)V");
  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 140 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) {
  /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) {
  /frameworks/base/libs/androidfw/
DisplayEventDispatcher.cpp 109 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);

Completed in 710 milliseconds