Searched refs:dispatchVsync (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 42 jmethodID dispatchVsync; member 62 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count); 87 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { in dispatchVsync() function in android::NativeDisplayEventReceiver 94 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count); in dispatchVsync() 177 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
|
/frameworks/base/native/android/ |
D | choreographer.cpp | 70 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count); 143 void Choreographer::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t) { in dispatchVsync() function in android::Choreographer
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | DisplayEventDispatcher.h | 40 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) = 0;
|
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 170 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { in dispatchVsync() method in DisplayEventReceiver
|
/frameworks/base/libs/androidfw/ |
D | DisplayEventDispatcher.cpp | 110 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 5994 Landroid/view/DisplayEventReceiver;->dispatchVsync(JII)V
|
D | boot-image-profile.txt | 32507 HSPLandroid/view/DisplayEventReceiver;->dispatchVsync(JII)V
|