Home
last modified time | relevance | path

Searched refs:getDisplayDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h598 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const { in getDisplayDevice() function
603 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) { in getDisplayDevice() function
DSurfaceFlinger.cpp937 sp<const DisplayDevice> device(getDisplayDevice(display)); in getActiveConfig()
982 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setActiveConfig()
1034 sp<const DisplayDevice> device(getDisplayDevice(display)); in getActiveColorMode()
1090 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setActiveColorMode()
3674 setPowerModeInternal(getDisplayDevice(d.token), HWC_POWER_MODE_NORMAL, in onInitializeDisplays()
3799 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setPowerMode()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp102 sp<DisplayDevice> getDisplayDevice(sp<IBinder> displayToken);
213 sp<DisplayDevice> DisplayTransactionTest::getDisplayDevice(sp<IBinder> displayToken) { in getDisplayDevice() function in android::__anon968546880111::DisplayTransactionTest
1176 const auto& device = getDisplayDevice(displayToken); in verifyDisplayIsConnected()
2704 getDisplayDevice(display.token())->setPowerMode(HWC_POWER_MODE_OFF); in TEST_F()