OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setVsyncRate
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/gui/
DisplayEventReceiver.cpp
60
status_t DisplayEventReceiver::
setVsyncRate
(uint32_t count) {
65
mEventConnection->
setVsyncRate
(count);
IDisplayEventConnection.cpp
57
virtual void
setVsyncRate
(uint32_t count) {
91
setVsyncRate
(data.readUint32());
/frameworks/native/services/surfaceflinger/
EventThread.cpp
115
void EventThread::
setVsyncRate
(uint32_t count,
406
void EventThread::Connection::
setVsyncRate
(uint32_t count) {
407
mEventThread->
setVsyncRate
(count, this);
Completed in 9610 milliseconds