Searched refs:AVCastControllerCallbackProxy (Results 1 – 3 of 3) sorted by relevance
20 AVCastControllerCallbackProxy::AVCastControllerCallbackProxy(const sptr<IRemoteObject>& impl) in AVCastControllerCallbackProxy() function in OHOS::AVSession::AVCastControllerCallbackProxy26 void AVCastControllerCallbackProxy::OnCastPlaybackStateChange(const AVPlaybackState& state) in OnCastPlaybackStateChange()44 void AVCastControllerCallbackProxy::OnMediaItemChange(const AVQueueItem& avQueueItem) in OnMediaItemChange()62 void AVCastControllerCallbackProxy::OnPlayNext() in OnPlayNext()75 void AVCastControllerCallbackProxy::OnPlayPrevious() in OnPlayPrevious()88 void AVCastControllerCallbackProxy::OnSeekDone(const int32_t seekNumber) in OnSeekDone()102 void AVCastControllerCallbackProxy::OnVideoSizeChange(const int32_t width, const int32_t height) in OnVideoSizeChange()117 void AVCastControllerCallbackProxy::OnPlayerError(const int32_t errorCode, const std::string& error… in OnPlayerError()132 void AVCastControllerCallbackProxy::OnEndOfStream(const int32_t isLooping) in OnEndOfStream()146 void AVCastControllerCallbackProxy::OnPlayRequest(const AVQueueItem& avQueueItem) in OnPlayRequest()[all …]
23 class AVCastControllerCallbackProxy : public IRemoteProxy<IAVCastControllerCallback> {25 explicit AVCastControllerCallbackProxy(const sptr<IRemoteObject>& impl);50 static inline BrokerDelegator<AVCastControllerCallbackProxy> delegator_;
426 callback_ = iface_cast<AVCastControllerCallbackProxy>(callback); in RegisterCallbackInner()