Searched refs:dispatchVsync (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 39 jmethodID dispatchVsync; member 91 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count, 171 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() function in android::NativeDisplayEventReceiver 215 env->CallVoidMethod(receiverObj.get(), gDisplayEventReceiverClassInfo.dispatchVsync, in dispatchVsync() 392 gDisplayEventReceiverClassInfo.dispatchVsync = in register_android_view_DisplayEventReceiver()
|
/frameworks/native/libs/gui/ |
D | DisplayEventDispatcher.cpp | 140 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount, vsyncEventData); in handleEvent() 149 dispatchVsync(currentTime, vsyncDisplayId /* displayId is not used */, in handleEvent()
|
D | Choreographer.cpp | 312 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t, in dispatchVsync() function in android::Choreographer
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventDispatcher.h | 52 virtual void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count,
|
D | Choreographer.h | 117 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count,
|
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 357 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16079 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JJI)V+]Landroid/view/DisplayEventReceiver;Lan…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16143 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JJI)V+]Landroid/view/DisplayEventReceiver;Lan…
|