Home
last modified time | relevance | path

Searched refs:CreateChannel (Results 1 – 25 of 77) sorted by relevance

1234

/external/webrtc/media/base/
Drtp_data_engine_unittest.cc70 cricket::RtpDataMediaChannel* CreateChannel() { in CreateChannel() function in RtpDataMediaChannelTest
71 return CreateChannel(dme_.get()); in CreateChannel()
74 cricket::RtpDataMediaChannel* CreateChannel(cricket::RtpDataEngine* dme) { in CreateChannel() function in RtpDataMediaChannelTest
77 static_cast<cricket::RtpDataMediaChannel*>(dme->CreateChannel(config)); in CreateChannel()
125 std::unique_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
160 std::unique_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
175 std::unique_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
190 std::unique_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
263 std::unique_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
319 std::unique_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
[all …]
/external/grpc-grpc/src/cpp/client/
Dcreate_channel.cc31 std::shared_ptr<Channel> CreateChannel( in CreateChannel() function
42 return creds ? creds->CreateChannel(target, args) in CreateCustomChannel()
Dinsecure_credentials.cc33 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function in grpc::__anonb810c7e20111::InsecureChannelCredentialsImpl
Dcronet_credentials.cc32 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function in grpc::CronetChannelCredentialsImpl
Dsecure_credentials.h37 std::shared_ptr<grpc::Channel> CreateChannel(
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc49 void CreateChannel(PlatformHandle* local_endpoint, in CreateChannel() function
85 void CreateChannel(PlatformHandle* local_endpoint,
115 void CreateChannel(PlatformHandle* local_endpoint,
155 CreateChannel(&local_handle, &remote_handle); in PlatformChannel()
/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
110 grpc_channel* channel = grpc_core::CreateChannel(target, new_args, &error); in grpc_insecure_channel_create()
/external/webrtc/audio/voip/test/
Dvoip_core_unittest.cc62 auto channel = voip_core_->CreateChannel(&transport_, 0xdeadc0de); in TEST_F()
83 auto channel = voip_core_->CreateChannel(&transport_, 0xdeadc0de); in TEST_F()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_opencensus_plugin.cc86 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusDisabled()
106 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusEnabled()
/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
197 channel = grpc_core::CreateChannel(target, new_args, &error); in grpc_secure_channel_create()
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc148 CreateChannel(&listener); in TEST_F()
229 CreateChannel(&listener); in TEST_F()
353 CreateChannel(&listener); in TEST_F()
477 CreateChannel(&listener); in TEST_F()
565 CreateChannel(&listener); in TEST_F()
594 CreateChannel(&listener); in TEST_F()
621 CreateChannel(&listener); in TEST_F()
754 CreateChannel(&listener); in TEST_F()
1491 CreateChannel(&listener); in TEST_F()
1585 this->CreateChannel(&listener); in TYPED_TEST()
[all …]
Dipc_fuzzing_tests.cc290 CreateChannel(&listener); in TEST_F()
315 CreateChannel(&listener); in TEST_F()
341 CreateChannel(&listener); in TEST_F()
Dipc_test_base.cc40 void IPCChannelMojoTestBase::CreateChannel(IPC::Listener* listener) { in CreateChannel() function in IPCChannelMojoTestBase
/external/grpc-grpc/include/grpcpp/
Dcreate_channel.h37 std::shared_ptr<Channel> CreateChannel(
/external/grpc-grpc/test/cpp/end2end/
Dserver_load_reporting_end2end_test.cc97 CreateChannel(server_address_, InsecureChannelCredentials())); in ClientMakeEchoCalls()
127 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
Dserver_crash_test_client.cc48 grpc::CreateChannel(FLAGS_address, grpc::InsecureChannelCredentials())); in main()
/external/webrtc/api/voip/
Dvoip_base.h50 virtual absl::optional<ChannelId> CreateChannel(
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Ddistributed.cc37 ::grpc::CreateChannel(address, creds); in GetDistributedRuntimeClient()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dcreate_channel.h37 std::shared_ptr<Channel> CreateChannel(
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dcreate_channel.h37 std::shared_ptr<Channel> CreateChannel(
/external/grpc-grpc/examples/cpp/helloworld/
Dgreeter_client.cc79 GreeterClient greeter(grpc::CreateChannel( in main()
Dgreeter_async_client.cc110 GreeterClient greeter(grpc::CreateChannel( in main()
/external/grpc-grpc/test/cpp/qps/
Dbenchmark_config.cc80 "RpcReporter", grpc::CreateChannel(FLAGS_rpc_reporter_server_address, in InitBenchmarkReporters()
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel.cc30 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function
/external/grpc-grpc/test/cpp/interop/
Dmetrics_client.cc96 std::shared_ptr<grpc::Channel> channel(grpc::CreateChannel( in main()

1234