Home
last modified time | relevance | path

Searched defs:CreateChannel (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dinsecure_credentials.cc33 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function in grpc::__anonb810c7e20111::InsecureChannelCredentialsImpl
Dcreate_channel.cc31 std::shared_ptr<Channel> CreateChannel( in CreateChannel() function
Dcronet_credentials.cc32 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function in grpc::CronetChannelCredentialsImpl
Dsecure_credentials.cc37 std::shared_ptr<grpc::Channel> SecureChannelCredentials::CreateChannel( in CreateChannel() function in grpc::SecureChannelCredentials
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel.cc30 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function
/external/libchrome/ipc/
Dipc_test_base.cc40 void IPCChannelMojoTestBase::CreateChannel(IPC::Listener* listener) { in CreateChannel() function in IPCChannelMojoTestBase
Dipc_channel_proxy.cc59 void ChannelProxy::Context::CreateChannel( in CreateChannel() function in IPC::ChannelProxy::Context
Dipc_sync_channel_unittest.cc178 virtual SyncChannel* CreateChannel() { in CreateChannel() function in IPC::__anon7ae8f74a0111::Worker
366 SyncChannel* CreateChannel() override { in CreateChannel() function in IPC::__anon7ae8f74a0111::TwoStepServer
393 SyncChannel* CreateChannel() override { in CreateChannel() function in IPC::__anon7ae8f74a0111::TwoStepClient
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc52 grpc_channel* CreateChannel(const char* target, const grpc_channel_args* args, in CreateChannel() function
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc49 void CreateChannel(PlatformHandle* local_endpoint, in CreateChannel() function
/external/webrtc/media/base/
Drtp_data_engine_unittest.cc70 cricket::RtpDataMediaChannel* CreateChannel() { in CreateChannel() function in RtpDataMediaChannelTest
74 cricket::RtpDataMediaChannel* CreateChannel(cricket::RtpDataEngine* dme) { in CreateChannel() function in RtpDataMediaChannelTest
Drtp_data_engine.cc43 DataMediaChannel* RtpDataEngine::CreateChannel(const MediaConfig& config) { in CreateChannel() function in cricket::RtpDataEngine
Dfake_media_engine.cc670 DataMediaChannel* FakeDataEngine::CreateChannel(const MediaConfig& config) { in CreateChannel() function in cricket::FakeDataEngine
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc130 grpc_channel* CreateChannel(const char* target, const grpc_channel_args* args, in CreateChannel() function
/external/webrtc/audio/voip/
Dvoip_core.cc119 absl::optional<ChannelId> VoipCore::CreateChannel( in CreateChannel() function in webrtc::VoipCore
/external/webrtc/pc/
Dchannel_unittest.cc1422 std::unique_ptr<cricket::VoiceChannel> ChannelTest<VoiceTraits>::CreateChannel( in CreateChannel() function in ChannelTest
1505 std::unique_ptr<cricket::VideoChannel> ChannelTest<VideoTraits>::CreateChannel( in CreateChannel() function in ChannelTest
2292 std::unique_ptr<cricket::RtpDataChannel> ChannelTest<DataTraits>::CreateChannel( in CreateChannel() function in ChannelTest
/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc400 P2PTransportChannel* CreateChannel(int endpoint, in CreateChannel() function in cricket::P2PTransportChannelTestBase