HomeSort by relevance Sort by last modified time
    Searched refs: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);
148 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);
187 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) {
192 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
195 mMessageQueue->raiseAndClearException(env, "dispatchVsync");
279 GET_METHOD_ID(gDisplayEventReceiverClassInfo.dispatchVsync,
281 "dispatchVsync", "(JII)V");
  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 138 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) {

Completed in 54 milliseconds