Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.1/default/
DEvsDisplay.h43 sp<frameworks::automotive::display::V1_0::IAutomotiveDisplayProxyService> pDisplayProxy,
DEvsDisplay.cpp42 EvsDisplay::EvsDisplay(sp<IAutomotiveDisplayProxyService> pDisplayProxy, uint64_t displayId) in EvsDisplay() argument
43 : mDisplayProxy(pDisplayProxy), in EvsDisplay()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsGlDisplay.cpp53 EvsGlDisplay::EvsGlDisplay(const std::shared_ptr<ICarDisplayProxy>& pDisplayProxy, in EvsGlDisplay() argument
55 : mDisplayId(displayId), mDisplayProxy(pDisplayProxy) { in EvsGlDisplay()