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;
152 gDisplayEventReceiverClassInfo.dispatchVsync, vsyncTimestamp, vsyncCount);
155 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
249 GET_METHOD_ID(gDisplayEventReceiverClassInfo.dispatchVsync,
251 "dispatchVsync", "(JI)V");
  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 116 private void dispatchVsync(long timestampNanos, int frame) {

Completed in 295 milliseconds