OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchVsync
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp
42
jmethodID
dispatchVsync
;
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) {
94
gDisplayEventReceiverClassInfo.
dispatchVsync
, timestamp, id, count);
98
mMessageQueue->raiseAndClearException(env, "
dispatchVsync
");
177
gDisplayEventReceiverClassInfo.
dispatchVsync
= GetMethodIDOrDie(env,
178
gDisplayEventReceiverClassInfo.clazz, "
dispatchVsync
", "(JII)V");
/frameworks/base/libs/androidfw/include/androidfw/
DisplayEventDispatcher.h
40
virtual void
dispatchVsync
(nsecs_t timestamp, int32_t id, uint32_t count) = 0;
/frameworks/base/core/java/android/view/
DisplayEventReceiver.java
170
private void
dispatchVsync
(long timestampNanos, int builtInDisplayId, int frame) {
/frameworks/base/native/android/
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) {
/frameworks/base/libs/androidfw/
DisplayEventDispatcher.cpp
110
dispatchVsync
(vsyncTimestamp, vsyncDisplayId, vsyncCount);
Completed in 490 milliseconds