Home
last modified time | relevance | path

Searched defs:getDisplayDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h270 const sp<const DisplayDevice> getDisplayDevice() const override { return mDevice; } in getDisplayDevice() function
DSurfaceFlinger.h669 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& displayToken) const { in getDisplayDevice() function
674 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& displayToken) { in getDisplayDevice() function
DSurfaceFlinger.cpp5665 const sp<const DisplayDevice> getDisplayDevice() const override { return nullptr; } in captureLayers() function in android::SurfaceFlinger::captureLayers::LayerRenderArea
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp243 sp<DisplayDevice> DisplayTransactionTest::getDisplayDevice(sp<IBinder> displayToken) { in getDisplayDevice() function in android::__anon7db314510111::DisplayTransactionTest