Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service.cc63 Status ChannelzService::GetChannel( in GetChannel() function in grpc::ChannelzService
/external/openthread/src/core/mac/
Dlink_raw.hpp226 uint8_t GetChannel(void) const { return mReceiveChannel; } in GetChannel() function in ot::Mac::LinkRaw
Dmac_frame.hpp816 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Mac::Frame
/external/cronet/components/metrics/test/
Dtest_metrics_service_client.cc59 SystemProfileProto::Channel TestMetricsServiceClient::GetChannel() { in GetChannel() function in metrics::TestMetricsServiceClient
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs143 public Channel GetChannel() in GetChannel() method in Grpc.Core.Tests.MockServiceHelper
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/channelz/
Dchannelz_service.cc106 Status ChannelzService::GetChannel( in GetChannel() function in grpc::ChannelzService
/external/openthread/src/core/radio/
Dtrel_packet.hpp141 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Trel::Header
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc226 const HloModuleGroupMetadata::Channel& HloModuleGroupMetadata::GetChannel( in GetChannel() function in xla::HloModuleGroupMetadata
/external/openthread/src/core/thread/
Dmesh_forwarder.hpp98 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::ThreadLinkInfo
Dmle_tlvs.hpp1119 uint16_t GetChannel(void) const { return HostSwap16(mChannel); } in GetChannel() function in ot::Mle::ChannelTlv
1257 uint16_t GetChannel(void) const { return HostSwap16(mChannel); } in GetChannel() function in ot::Mle::CslChannelTlv
/external/webrtc/audio/voip/
Dvoip_core.cc197 rtc::scoped_refptr<AudioChannel> VoipCore::GetChannel(ChannelId channel_id) { in GetChannel() function in webrtc::VoipCore
/external/webrtc/media/base/
Dfake_media_engine.cc458 FakeVoiceMediaChannel* FakeVoiceEngine::GetChannel(size_t index) { in GetChannel() function in cricket::FakeVoiceEngine
525 FakeVideoMediaChannel* FakeVideoEngine::GetChannel(size_t index) { in GetChannel() function in cricket::FakeVideoEngine
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp323 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Spinel::RadioSpinel
/external/openthread/src/core/meshcop/
Ddataset.hpp469 uint16_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::MeshCoP::Dataset::Info
Dmeshcop_tlvs.hpp382 uint16_t GetChannel(void) const { return HostSwap16(mChannel); } in GetChannel() function in ot::MeshCoP::ChannelTlv
/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/pigweed/pw_rpc/raw/
Dclient_test.cc229 const Channel* GetChannel(internal::Endpoint& endpoint, uint32_t id) { in GetChannel() function
/external/webrtc/audio/
Daudio_send_stream.cc575 const voe::ChannelSendInterface* AudioSendStream::GetChannel() const { in GetChannel() function in webrtc::internal::AudioSendStream
/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/rust/crates/grpcio-sys/grpc/src/proto/grpc/channelz/
Dchannelz.proto434 rpc GetChannel(GetChannelRequest) returns (GetChannelResponse); rpc
/external/pigweed/pw_rpc/
Dserver_test.cc326 const Channel* GetChannel(internal::Endpoint& endpoint, uint32_t id) { in GetChannel() function
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp516 ClientError ThreadApiDBus::GetChannel(uint16_t &aChannel) in GetChannel() function in otbr::DBus::ThreadApiDBus
/external/openthread/src/core/common/
Dmessage.hpp989 uint8_t GetChannel(void) const { return GetMetadata().mChannel; } in GetChannel() function in ot::Message