Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 25 of 40) sorted by relevance

12

/external/webrtc/audio/voip/
Dvoip_core.cc169 rtc::scoped_refptr<AudioChannel> VoipCore::GetChannel(ChannelId channel) { in GetChannel() function in webrtc::VoipCore
240 auto audio_channel = GetChannel(channel); in StartSend()
251 auto audio_channel = GetChannel(channel); in StopSend()
262 auto audio_channel = GetChannel(channel); in StartPlayout()
283 auto audio_channel = GetChannel(channel); in StopPlayout()
314 if (auto audio_channel = GetChannel(channel)) { in ReceivedRTPPacket()
322 if (auto audio_channel = GetChannel(channel)) { in ReceivedRTCPPacket()
331 if (auto audio_channel = GetChannel(channel)) { in SetSendCodec()
342 if (auto audio_channel = GetChannel(channel)) { in SetReceiveCodecs()
Dvoip_core.h94 rtc::scoped_refptr<AudioChannel> GetChannel(ChannelId channel);
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs52 var callInvoker = helper.GetChannel().Intercept(metadata => in AddRequestHeaderInClientInterceptor()
72 var callInvoker = helper.GetChannel().Intercept(metadata => { in CheckInterceptorOrderInClientInterceptors()
99 … Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(default(Interceptor))); in CheckNullInterceptorRegistrationFails()
100 …Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(new[]{default(Interceptor… in CheckNullInterceptorRegistrationFails()
101 …Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(new[]{new CallbackInterce… in CheckNullInterceptorRegistrationFails()
102 … Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(default(Interceptor[]))); in CheckNullInterceptorRegistrationFails()
121 … var callInvoker = helper.GetChannel().Intercept(new ClientStreamingCountingInterceptor()); in CountNumberOfRequestsInClientInterceptors()
DServerInterceptorTest.cs54 var channel = helper.GetChannel(); in AddRequestHeaderInServerInterceptor()
75 var channel = helper.GetChannel(); in VerifyInterceptorOrdering()
/external/grpc-grpc/test/cpp/end2end/
Dchannelz_service_test.cc236 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
251 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
274 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
316 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
329 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
342 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
356 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DUserAgentStringTest.cs62 channel = helper.GetChannel(); in DefaultUserAgentString()
82 channel = helper.GetChannel(); in ApplicationUserAgentString()
DShutdownHookPendingCallTest.cs41 var channel = helper.GetChannel(); in ProcessExitHookCanCleanupAbandonedCall()
DShutdownTest.cs45 channel = helper.GetChannel(); in Init()
DAppDomainUnloadTest.cs69 var channel = helper.GetChannel();
DHalfcloseTest.cs47 channel = helper.GetChannel(); in Init()
DPerformanceTest.cs46 channel = helper.GetChannel(); in Init()
DThreadingModelTest.cs40 channel = helper.GetChannel(); in Init()
DChannelConnectivityTest.cs47 channel = helper.GetChannel(); in Init()
DCompressionTest.cs45 channel = helper.GetChannel(); in Init()
DTimeoutsTest.cs47 channel = helper.GetChannel(); in Init()
DMarshallingErrorsTest.cs68 channel = helper.GetChannel(); in Init()
DMockServiceHelper.cs143 public Channel GetChannel() in GetChannel() method in Grpc.Core.Tests.MockServiceHelper
DContextPropagationTest.cs44 channel = helper.GetChannel(); in Init()
DCallCancellationTest.cs47 channel = helper.GetChannel(); in Init()
DResponseHeadersTest.cs52 channel = helper.GetChannel(); in Init()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc102 metadata_.GetChannel(*instruction->channel_id()).send; in GlobalPredecessors()
109 metadata_.GetChannel(*instruction->channel_id()).recv_done; in GlobalPredecessors()
182 metadata_.GetChannel(*instruction->channel_id()).send; in GlobalSuccessors()
189 metadata_.GetChannel(*instruction->channel_id()).recv_done; in GlobalSuccessors()
/external/webrtc/media/base/
Dfake_media_engine.cc533 FakeVoiceMediaChannel* FakeVoiceEngine::GetChannel(size_t index) { in GetChannel() function in cricket::FakeVoiceEngine
599 FakeVideoMediaChannel* FakeVideoEngine::GetChannel(size_t index) { in GetChannel() function in cricket::FakeVideoEngine
659 return voice_->GetChannel(index); in GetVoiceChannel()
662 return video_->GetChannel(index); in GetVideoChannel()
675 FakeDataMediaChannel* FakeDataEngine::GetChannel(size_t index) { in GetChannel() function in cricket::FakeDataEngine
/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service.h40 Status GetChannel(ServerContext* unused,
Dchannelz_service.cc63 Status ChannelzService::GetChannel( in GetChannel() function in grpc::ChannelzService
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/channelz/
Dchannelz_service.h49 Status GetChannel(ServerContext* unused,

12