Searched refs:pDisplayProxy (Results 1 – 3 of 3) sorted by relevance
43 sp<frameworks::automotive::display::V1_0::IAutomotiveDisplayProxyService> pDisplayProxy,
42 EvsDisplay::EvsDisplay(sp<IAutomotiveDisplayProxyService> pDisplayProxy, uint64_t displayId) in EvsDisplay() argument43 : mDisplayProxy(pDisplayProxy), in EvsDisplay()
53 EvsGlDisplay::EvsGlDisplay(const std::shared_ptr<ICarDisplayProxy>& pDisplayProxy, in EvsGlDisplay() argument55 : mDisplayId(displayId), mDisplayProxy(pDisplayProxy) { in EvsGlDisplay()