Searched refs:HwCastDisplayListener (Results 1 – 4 of 4) sorted by relevance
21 void HwCastDisplayListener::OnConnect(Rosen::DisplayId displayId) in OnConnect()38 void HwCastDisplayListener::OnDisconnect(Rosen::DisplayId displayId) in OnDisconnect()52 void HwCastDisplayListener::OnChange(Rosen::DisplayId displayId) {} in OnChange()55 void HwCastDisplayListener::SetDisplayInfo(sptr<Rosen::DisplayInfo> displayInfo) in SetDisplayInfo()62 sptr<Rosen::DisplayInfo> HwCastDisplayListener::GetDisplayInfo() in GetDisplayInfo()69 void HwCastDisplayListener::ReportCastDisplay(sptr<Rosen::DisplayInfo> displayInfo, CastDisplayStat… in ReportCastDisplay()
27 class HwCastDisplayListener : public Rosen::ScreenManagerLite::IScreenListener {29 explicit HwCastDisplayListener(sptr<IAVSessionCallback> callback) : listener_(callback) {}; in HwCastDisplayListener() function
429 sptr<HwCastDisplayListener> displayListener_;
1481 displayListener_ = new HwCastDisplayListener(callback); in GetDisplayListener()