Searched refs:dispatchVsync (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 42 jmethodID dispatchVsync; member 63 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) override; 90 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() function in android::NativeDisplayEventReceiver 98 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, displayId, count); in dispatchVsync() 199 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
|
/frameworks/base/native/android/ |
D | choreographer.cpp | 72 void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) override; 145 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t) { in dispatchVsync() function in android::Choreographer
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | DisplayEventDispatcher.h | 40 virtual void dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, uint32_t count) = 0;
|
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 186 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
|
/frameworks/base/libs/androidfw/ |
D | DisplayEventDispatcher.cpp | 111 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16131 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JJI)V
|