Home
last modified time | relevance | path

Searched defs:GetChannel (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_manager.cc76 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) { in GetChannel() function in webrtc::voe::ChannelManager
142 Channel* ChannelManager::Iterator::GetChannel() { in GetChannel() function in webrtc::voe::ChannelManager::Iterator
/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service.cc63 Status ChannelzService::GetChannel( in GetChannel() function in grpc::ChannelzService
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs143 public Channel GetChannel() in GetChannel() method in Grpc.Core.Tests.MockServiceHelper
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dfuncs.go122 func GetChannel(id int64) *ChannelMetric { func
505 func (c *channelMap) GetChannel(id int64) *ChannelMetric { func
/external/webrtc/webrtc/p2p/base/
Dtransport.cc205 TransportChannelImpl* Transport::GetChannel(int component) { in GetChannel() function in cricket::Transport
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc208 const HloModuleGroupMetadata::Channel& HloModuleGroupMetadata::GetChannel( in GetChannel() function in xla::HloModuleGroupMetadata
/external/webrtc/talk/media/base/
Dfakemediaengine.h744 FakeVoiceMediaChannel* GetChannel(size_t index) { in GetChannel() function
805 FakeVideoMediaChannel* GetChannel(size_t index) { in GetChannel() function
924 FakeDataMediaChannel* GetChannel(size_t index) { in GetChannel() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas238 function GetChannel: Integer; in GetChannel() function
516 function GetChannel: Integer; in GetChannel() function
665 function GetChannel: Integer; in GetChannel() function
3708 function TRecognizerSharedState.GetChannel: Integer; in GetChannel() function
3894 function TCommonToken.GetChannel: Integer; in GetChannel() function
4071 function TClassicToken.GetChannel: Integer; in GetChannel() function
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto430 rpc GetChannel(GetChannelRequest) returns (GetChannelResponse); rpc
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto430 rpc GetChannel(GetChannelRequest) returns (GetChannelResponse); rpc
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1158 cricket::BaseChannel* WebRtcSession::GetChannel( in GetChannel() function in webrtc::WebRtcSession
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1286 TEST_F(GeneratedServiceTest, GetChannel) { in TEST_F() argument