HomeSort by relevance Sort by last modified time
    Searched full:dispatchvsync (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 41 jmethodID dispatchVsync;
66 void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
153 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);
183 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) {
188 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
191 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
275 GET_METHOD_ID(gDisplayEventReceiverClassInfo.dispatchVsync,
277 "dispatchVsync", "(JII)V");
  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 138 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) {

Completed in 306 milliseconds