Searched refs:mDisplayProxy (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/ |
H A D | VtsHalAutomotiveDisplayV1_0TargetTest.cpp | 39 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 D | EvsGlDisplay.cpp | 39 : 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 D | EvsGlDisplay.h | 72 sp<IAutomotiveDisplayProxyService> mDisplayProxy; variable
|
/aosp12/hardware/interfaces/automotive/evs/1.1/default/ |
H A D | EvsDisplay.cpp | 41 : 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 D | EvsDisplay.h | 69 sp<IAutomotiveDisplayProxyService> mDisplayProxy; variable
|