Home
last modified time | relevance | path

Searched refs:mDisplayProxy (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
H A DVtsHalAutomotiveDisplayV1_0TargetTest.cpp39 mDisplayProxy = IAutomotiveDisplayProxyService::getService(GetParam()); in SetUp()
40 ASSERT_NE(mDisplayProxy.get(), nullptr); in SetUp()
45 sp<IAutomotiveDisplayProxyService> mDisplayProxy; // Every test needs access to the service member in AutomotiveDisplayHidlTest
52 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P()
61 mDisplayProxy->getDisplayInfo(id, [](const auto& cfg, const auto& /*state*/) { in TEST_P()
67 sp<IGraphicBufferProducer> igbp = mDisplayProxy->getIGraphicBufferProducer(id); in TEST_P()
76 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P()
84 ASSERT_EQ(mDisplayProxy->showWindow(id), true); in TEST_P()
92 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P()
100 ASSERT_EQ(mDisplayProxy->hideWindow(id), true); in TEST_P()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DEvsGlDisplay.cpp39 : mDisplayProxy(pDisplayProxy), in EvsGlDisplay()
78 mGlWrapper.hideWindow(mDisplayProxy, mDisplayId); in forceShutdown()
126 mGlWrapper.hideWindow(mDisplayProxy, mDisplayId); in setDisplayState()
129 mGlWrapper.showWindow(mDisplayProxy, mDisplayId); in setDisplayState()
179 if (!mGlWrapper.initialize(mDisplayProxy, mDisplayId)) { in getTargetBuffer()
278 mGlWrapper.showWindow(mDisplayProxy, mDisplayId); in returnTargetBufferForDisplay()
310 if (mDisplayProxy != nullptr) { in getDisplayInfo_1_1()
311 return mDisplayProxy->getDisplayInfo(mDisplayId, _info_cb); in getDisplayInfo_1_1()
H A DEvsGlDisplay.h72 sp<IAutomotiveDisplayProxyService> mDisplayProxy; variable
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsDisplay.cpp41 : mDisplayProxy(pDisplayProxy), in EvsDisplay()
340 if (mDisplayProxy != nullptr) { in getDisplayInfo_1_1()
341 return mDisplayProxy->getDisplayInfo(mDisplayId, _info_cb); in getDisplayInfo_1_1()
H A DEvsDisplay.h69 sp<IAutomotiveDisplayProxyService> mDisplayProxy; variable