/external/webrtc/audio/voip/ |
D | voip_core.cc | 169 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()
|
D | voip_core.h | 94 rtc::scoped_refptr<AudioChannel> GetChannel(ChannelId channel);
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
D | ClientInterceptorTest.cs | 52 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()
|
D | ServerInterceptorTest.cs | 54 var channel = helper.GetChannel(); in AddRequestHeaderInServerInterceptor() 75 var channel = helper.GetChannel(); in VerifyInterceptorOrdering()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | channelz_service_test.cc | 236 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/ |
D | UserAgentStringTest.cs | 62 channel = helper.GetChannel(); in DefaultUserAgentString() 82 channel = helper.GetChannel(); in ApplicationUserAgentString()
|
D | ShutdownHookPendingCallTest.cs | 41 var channel = helper.GetChannel(); in ProcessExitHookCanCleanupAbandonedCall()
|
D | ShutdownTest.cs | 45 channel = helper.GetChannel(); in Init()
|
D | AppDomainUnloadTest.cs | 69 var channel = helper.GetChannel();
|
D | HalfcloseTest.cs | 47 channel = helper.GetChannel(); in Init()
|
D | PerformanceTest.cs | 46 channel = helper.GetChannel(); in Init()
|
D | ThreadingModelTest.cs | 40 channel = helper.GetChannel(); in Init()
|
D | ChannelConnectivityTest.cs | 47 channel = helper.GetChannel(); in Init()
|
D | CompressionTest.cs | 45 channel = helper.GetChannel(); in Init()
|
D | TimeoutsTest.cs | 47 channel = helper.GetChannel(); in Init()
|
D | MarshallingErrorsTest.cs | 68 channel = helper.GetChannel(); in Init()
|
D | MockServiceHelper.cs | 143 public Channel GetChannel() in GetChannel() method in Grpc.Core.Tests.MockServiceHelper
|
D | ContextPropagationTest.cs | 44 channel = helper.GetChannel(); in Init()
|
D | CallCancellationTest.cs | 47 channel = helper.GetChannel(); in Init()
|
D | ResponseHeadersTest.cs | 52 channel = helper.GetChannel(); in Init()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_group_util.cc | 102 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/ |
D | fake_media_engine.cc | 533 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/ |
D | channelz_service.h | 40 Status GetChannel(ServerContext* unused,
|
D | channelz_service.cc | 63 Status ChannelzService::GetChannel( in GetChannel() function in grpc::ChannelzService
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/channelz/ |
D | channelz_service.h | 49 Status GetChannel(ServerContext* unused,
|