Home
last modified time | relevance | path

Searched refs:getDefaultDisplayDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp265 const sp<const DisplayDevice> display = mFlinger.getDefaultDisplayDevice(); in captureSample()
DSurfaceFlinger.h1006 sp<const DisplayDevice> getDefaultDisplayDevice() const EXCLUDES(mStateLock) { in getDefaultDisplayDevice() function
DSurfaceFlinger.cpp7318 const auto display = getDefaultDisplayDevice(); in onTransact()
7410 return getDefaultDisplayDevice()->getDisplayToken().promote(); in onTransact()
9024 if (const auto display = getDefaultDisplayDevice()) { in getMaxAcquiredBufferCount()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h343 auto outputLayer = findOutputLayerForDisplay(layer, mFlinger->getDefaultDisplayDevice()); in setLayerCompositionType()