Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayDevice_SetDisplayBrightnessTest.cpp35 sp<DisplayDevice> getDisplayDevice() { return injectDefaultInternalDisplay({}); } in getDisplayDevice() function in android::__anonde78668c0111::SetDisplayBrightnessTest
40 sp<DisplayDevice> displayDevice = getDisplayDevice(); in TEST_F()
57 sp<DisplayDevice> displayDevice = getDisplayDevice(); in TEST_F()
75 sp<DisplayDevice> displayDevice = getDisplayDevice(); in TEST_F()
101 sp<DisplayDevice> displayDevice = getDisplayDevice(); in TEST_F()
DSurfaceFlinger_InitializeDisplaysTest.cpp60 EXPECT_EQ(PowerMode::ON, getDisplayDevice(token).getPowerMode()); in TEST_F()
DDisplayTransactionTest.cpp142 const DisplayDevice& DisplayTransactionTest::getDisplayDevice( in getDisplayDevice() function in android::DisplayTransactionTest
DSurfaceFlinger_DisplayTransactionCommitTest.cpp107 const auto& display = getDisplayDevice(displayToken); in verifyDisplayIsConnected()
DDisplayTransactionTestHelpers.h105 const DisplayDevice& getDisplayDevice(const sp<IBinder>& displayToken) const;
/frameworks/native/services/surfaceflinger/
DDisplayRenderArea.h36 sp<const DisplayDevice> getDisplayDevice() const override;
DLayerRenderArea.cpp47 sp<const DisplayDevice> LayerRenderArea::getDisplayDevice() const { in getDisplayDevice() function in android::LayerRenderArea
DLayerRenderArea.h42 sp<const DisplayDevice> getDisplayDevice() const override;
DDisplayRenderArea.cpp50 sp<const DisplayDevice> DisplayRenderArea::getDisplayDevice() const { in getDisplayDevice() function in android::DisplayRenderArea
DRenderArea.h88 virtual sp<const DisplayDevice> getDisplayDevice() const = 0;
DScreenCaptureOutput.cpp56 if (auto displayDevice = args.renderArea.getDisplayDevice()) { in createScreenCaptureOutput()