Searched refs:ScreenDataChannelImpl (Results 1 – 9 of 9) sorted by relevance
29 int32_t ScreenDataChannelImpl::CreateSession(const std::shared_ptr<IScreenChannelListener> &listene… in CreateSession()67 void ScreenDataChannelImpl::SetJpegSessionFlag(bool flag) in SetJpegSessionFlag()72 int32_t ScreenDataChannelImpl::ReleaseSession() in ReleaseSession()145 int32_t ScreenDataChannelImpl::CloseSession() in CloseSession()170 int32_t ScreenDataChannelImpl::SendData(const std::shared_ptr<DataBuffer> &screenData) in SendData()194 int32_t ScreenDataChannelImpl::SendFullData(const std::shared_ptr<DataBuffer> &screenData) in SendFullData()213 int32_t ScreenDataChannelImpl::SendDirtyData(const std::shared_ptr<DataBuffer> &screenData) in SendDirtyData()245 void ScreenDataChannelImpl::OnSessionOpened(int32_t sessionId, PeerSocketInfo info) in OnSessionOpened()269 void ScreenDataChannelImpl::OnSessionClosed(int32_t sessionId, ShutdownReason reason) in OnSessionClosed()290 void ScreenDataChannelImpl::OnStreamReceived(int32_t sessionId, const StreamData *data, in OnStreamReceived()[all …]
29 class ScreenDataChannelImpl : public IScreenChannel,31 public std::enable_shared_from_this<ScreenDataChannelImpl> {33 explicit ScreenDataChannelImpl(std::string peerDevId) : peerDevId_(peerDevId) {}; in ScreenDataChannelImpl() function34 ~ScreenDataChannelImpl() override = default;
59 …std::shared_ptr<ScreenDataChannelImpl> screenChannel = std::make_shared<ScreenDataChannelImpl>(pee…151 …std::shared_ptr<ScreenDataChannelImpl> screenChannel = std::make_shared<ScreenDataChannelImpl>(pee…
39 std::shared_ptr<ScreenDataChannelImpl> dataChannelImpl_ = nullptr;
209 trans->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId);238 trans->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId);298 trans->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId);
42 trans_->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId_); in SetUp()
206 screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId); in InitScreenTrans()
40 dataChannelImpl_ = std::make_shared<ScreenDataChannelImpl>(peerDevId); in SetUp()
274 screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId); in InitScreenTrans()