Home
last modified time | relevance | path

Searched refs:IAVCastControllerProxyListener (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Di_avcast_controller_proxy.h57 * @param { std::shared_ptr<IAVCastControllerProxyListener> } iAVCastControllerProxyListener - Register listener.
62 const std::shared_ptr<IAVCastControllerProxyListener> iAVCastControllerProxyListener) = 0;
72 const std::shared_ptr<IAVCastControllerProxyListener> iAVCastControllerProxyListener) = 0;
H A Davsession_info.h105 class IAVCastControllerProxyListener { class
133 virtual ~IAVCastControllerProxyListener() = default;
/foundation/multimedia/av_session/services/session/server/
H A Davcast_controller_item.h25 class AVCastControllerItem : public AVCastControllerStub, public IAVCastControllerProxyListener,
26 public std::enable_shared_from_this<IAVCastControllerProxyListener> {
H A Dhw_cast_stream_player.h45 int32_t RegisterControllerListener(const std::shared_ptr<IAVCastControllerProxyListener>) override;
46 int32_t UnRegisterControllerListener(const std::shared_ptr<IAVCastControllerProxyListener>) override;
84 std::vector<std::shared_ptr<IAVCastControllerProxyListener>> streamPlayerListenerList_;
H A Dhw_cast_stream_player.cpp368 int32_t HwCastStreamPlayer::RegisterControllerListener(std::shared_ptr<IAVCastControllerProxyListener> listener) in RegisterControllerListener()
388 int32_t HwCastStreamPlayer::UnRegisterControllerListener(std::shared_ptr<IAVCastControllerProxyListener> listener) in UnRegisterControllerListener()
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_supplement_test.cpp58 int32_t RegisterControllerListener(const std::shared_ptr<IAVCastControllerProxyListener> in RegisterControllerListener()
61 int32_t UnRegisterControllerListener(const std::shared_ptr<IAVCastControllerProxyListener> in UnRegisterControllerListener()

Completed in 6 milliseconds