Searched refs:pWindowProxy (Results 1 – 1 of 1) sorted by relevance
190 bool GlWrapper::initialize(sp<IAutomotiveDisplayProxyService> pWindowProxy, in initialize() argument194 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() argument339 if (pWindowProxy != nullptr) { in showWindow()340 pWindowProxy->showWindow(id); in showWindow()347 void GlWrapper::hideWindow(sp<IAutomotiveDisplayProxyService>& pWindowProxy, uint64_t id) { in hideWindow() argument348 if (pWindowProxy != nullptr) { in hideWindow()349 pWindowProxy->hideWindow(id); in hideWindow()