OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEventConnection
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
DisplayEventReceiver.cpp
37
mEventConnection
= sf->createDisplayEventConnection();
38
if (
mEventConnection
!= NULL) {
39
mDataChannel =
mEventConnection
->getDataChannel();
64
if (
mEventConnection
!= NULL) {
65
mEventConnection
->setVsyncRate(count);
72
if (
mEventConnection
!= NULL) {
73
mEventConnection
->requestNextVsync();
/frameworks/native/include/gui/
DisplayEventReceiver.h
130
sp<IDisplayEventConnection>
mEventConnection
;
Completed in 61 milliseconds