Searched refs:mEventConnection (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp37 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/
H A DDisplayEventReceiver.h130 sp<IDisplayEventConnection> mEventConnection; member in class:android::DisplayEventReceiver

Completed in 265 milliseconds