Home
last modified time | relevance | path

Searched refs:HwCastDisplayListener (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_display_listener.cpp21 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()
H A Dhw_cast_display_listener.h27 class HwCastDisplayListener : public Rosen::ScreenManagerLite::IScreenListener {
29 explicit HwCastDisplayListener(sptr<IAVSessionCallback> callback) : listener_(callback) {}; in HwCastDisplayListener() function
H A Davsession_item.h429 sptr<HwCastDisplayListener> displayListener_;
H A Davsession_item.cpp1481 displayListener_ = new HwCastDisplayListener(callback); in GetDisplayListener()