Home | History | Annotate | Download | only in media

Lines Matching refs:DataChannel

2008 DataChannel::DataChannel(rtc::Thread* thread,
2021 DataChannel::~DataChannel() {
2029 bool DataChannel::Init() {
2034 this, &DataChannel::OnDataReceived);
2036 this, &DataChannel::OnDataChannelReadyToSend);
2038 this, &DataChannel::OnStreamClosedRemotely);
2042 bool DataChannel::SendData(const SendDataParams& params,
2049 const ContentInfo* DataChannel::GetFirstContent(
2054 bool DataChannel::WantsPacket(bool rtcp, rtc::Buffer* packet) {
2065 bool DataChannel::SetDataChannelType(DataChannelType new_data_channel_type,
2087 bool DataChannel::SetDataChannelTypeFromContent(
2096 bool DataChannel::SetLocalContent_w(const MediaContentDescription* content,
2099 TRACE_EVENT0("webrtc", "DataChannel::SetLocalContent_w");
2152 bool DataChannel::SetRemoteContent_w(const MediaContentDescription* content,
2155 TRACE_EVENT0("webrtc", "DataChannel::SetRemoteContent_w");
2207 void DataChannel::ChangeState() {
2228 void DataChannel::OnMessage(rtc::Message *pmsg) {
2264 void DataChannel::OnConnectionMonitorUpdate(
2269 void DataChannel::StartMediaMonitor(int cms) {
2273 this, &DataChannel::OnMediaMonitorUpdate);
2277 void DataChannel::StopMediaMonitor() {
2285 void DataChannel::OnMediaMonitorUpdate(
2291 void DataChannel::OnDataReceived(
2298 void DataChannel::OnDataChannelError(uint32_t ssrc,
2305 void DataChannel::OnDataChannelReadyToSend(bool writable) {
2313 void DataChannel::GetSrtpCryptoSuites(std::vector<int>* crypto_suites) const {
2317 bool DataChannel::ShouldSetupDtlsSrtp() const {
2321 void DataChannel::OnStreamClosedRemotely(uint32_t sid) {