Home
last modified time | relevance | path

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

/packages/services/Car/evs/sampleDriver/
DGlWrapper.cpp190 bool GlWrapper::initialize(sp<IAutomotiveDisplayProxyService> pWindowProxy, in initialize() argument
194 if (pWindowProxy == nullptr) { in initialize()
200 pWindowProxy->getDisplayInfo(displayId, [this](auto dpyConfig, auto dpyState) { in initialize()
215 mGfxBufferProducer = pWindowProxy->getIGraphicBufferProducer(displayId); in initialize()
338 void GlWrapper::showWindow(sp<IAutomotiveDisplayProxyService>& pWindowProxy, uint64_t id) { in showWindow() argument
339 if (pWindowProxy != nullptr) { in showWindow()
340 pWindowProxy->showWindow(id); in showWindow()
347 void GlWrapper::hideWindow(sp<IAutomotiveDisplayProxyService>& pWindowProxy, uint64_t id) { in hideWindow() argument
348 if (pWindowProxy != nullptr) { in hideWindow()
349 pWindowProxy->hideWindow(id); in hideWindow()