Searched refs:pDisplayProxy (Results 1 – 2 of 2) sorted by relevance
37 EvsGlDisplay::EvsGlDisplay(sp<IAutomotiveDisplayProxyService> pDisplayProxy, uint64_t displayId) : in EvsGlDisplay() argument38 mDisplayProxy(pDisplayProxy), mDisplayId(displayId) { in EvsGlDisplay()
57 EvsGlDisplay::EvsGlDisplay(const std::shared_ptr<ICarDisplayProxy>& pDisplayProxy, in EvsGlDisplay() argument59 mDisplayId(displayId), mDisplayProxy(pDisplayProxy) { in EvsGlDisplay()