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
55
virtual void
setVsyncRate
(uint32_t count) {
85
setVsyncRate
(data.readInt32());
/frameworks/native/services/surfaceflinger/
EventThread.cpp
74
void EventThread::
setVsyncRate
(uint32_t count,
362
void EventThread::Connection::
setVsyncRate
(uint32_t count) {
363
mEventThread->
setVsyncRate
(count, this);
Completed in 954 milliseconds