Home
last modified time | relevance | path

Searched refs:SetChannel (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/pc/
Drtp_transceiver_unittest.cc44 transceiver.SetChannel(&channel1); in TEST()
56 transceiver.SetChannel(&channel2); in TEST()
70 transceiver.SetChannel(&channel); in TEST()
78 transceiver.SetChannel(nullptr); in TEST()
Drtp_transceiver.h83 void SetChannel(cricket::ChannelInterface* channel);
Drtp_transceiver.cc129 void RtpTransceiver::SetChannel(cricket::ChannelInterface* channel) { in SetChannel() function in webrtc::RtpTransceiver
Dpeer_connection.cc3528 transceiver->internal()->SetChannel(nullptr); in UpdateTransceiverChannel()
3544 transceiver->internal()->SetChannel(channel); in UpdateTransceiverChannel()
6430 GetAudioTransceiver()->internal()->SetChannel(voice_channel); in CreateChannels()
6441 GetVideoTransceiver()->internal()->SetChannel(video_channel); in CreateChannels()
7118 transceiver->internal()->SetChannel(nullptr); in DestroyTransceiverChannel()
/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h149 ->SetChannel(voice_channel_.get()); in AddVoiceChannel()
167 ->SetChannel(video_channel_.get()); in AddVideoChannel()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas239 procedure SetChannel(const Value: Integer); procedure
257 property Channel: Integer read GetChannel write SetChannel;
517 procedure SetChannel(const Value: Integer); procedure
618 property Channel: Integer read GetChannel write SetChannel;
666 procedure SetChannel(const Value: Integer); procedure
678 property Channel: Integer read GetChannel write SetChannel;
1825 procedure SetChannel(const Value: Integer);
1865 procedure SetChannel(const Value: Integer); virtual;
1909 procedure SetChannel(const Value: Integer); virtual;
3788 procedure TRecognizerSharedState.SetChannel(const Value: Integer); procedure
[all …]