OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestNextVsync
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/include/gui/
IDisplayEventConnection.h
47
* etc... a value of 0 returns no event unless
requestNextVsync
() has
53
*
requestNextVsync
() schedules the next vsync event. It has no effect
56
virtual void
requestNextVsync
() = 0; // asynchronous
DisplayEventReceiver.h
74
* or
requestNextVsync
to receive them.
118
* etc... a value of 0 returns no event unless
requestNextVsync
() has
124
*
requestNextVsync
() schedules the next Event::VSync. It has no effect
127
status_t
requestNextVsync
();
/frameworks/native/libs/gui/
DisplayEventReceiver.cpp
71
status_t DisplayEventReceiver::
requestNextVsync
() {
73
mEventConnection->
requestNextVsync
();
IDisplayEventConnection.cpp
62
virtual void
requestNextVsync
() {
90
requestNextVsync
();
/frameworks/native/services/surfaceflinger/
EventThread.h
72
virtual void
requestNextVsync
(); // asynchronous
85
void
requestNextVsync
(const sp<Connection>& connection);
MessageQueue.cpp
163
mEvents->
requestNextVsync
();
173
mEvents->
requestNextVsync
();
EventThread.cpp
87
void EventThread::
requestNextVsync
(
368
void EventThread::Connection::
requestNextVsync
() {
369
mEventThread->
requestNextVsync
(this);
/frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp
116
status_t status = mReceiver.
requestNextVsync
();
Completed in 94 milliseconds