Home
last modified time | relevance | path

Searched defs:CreateCall (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/api/test/
Dcreate_time_controller.cc39 Call* CreateCall(const Call::Config& config) override { in CreateTimeControllerBasedCallFactory() function in webrtc::CreateTimeControllerBasedCallFactory::TimeControllerBasedCallFactory
/external/grpc-grpc/test/core/transport/test_suite/
Dtest.cc59 CallInitiator TransportTest::CreateCall() { in CreateCall() function in grpc_core::TransportTest
233 absl::StatusOr<CallInitiator> TransportTest::Acceptor::CreateCall( in CreateCall() function in grpc_core::TransportTest::Acceptor
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dintercepted_channel.h49 Call CreateCall(const RpcMethod& method, grpc::ClientContext* context, in CreateCall() function
Ddelegating_channel.h46 internal::Call CreateCall(const internal::RpcMethod& method, in CreateCall() function
/external/grpc-grpc/include/grpcpp/impl/
Dintercepted_channel.h49 Call CreateCall(const RpcMethod& method, grpc::ClientContext* context, in CreateCall() function
Ddelegating_channel.h46 internal::Call CreateCall(const internal::RpcMethod& method, in CreateCall() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dintercepted_channel.h49 Call CreateCall(const RpcMethod& method, grpc::ClientContext* context, in CreateCall() function
Ddelegating_channel.h46 internal::Call CreateCall(const internal::RpcMethod& method, in CreateCall() function
/external/webrtc/call/
Dcall_factory.cc86 Call* CallFactory::CreateCall(const Call::Config& config) { in CreateCall() function in webrtc::CallFactory
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_regions.cc58 YieldOp CreateCall(Operation* op, func::FuncOp func, Region& caller_region, in CreateCall() function
/external/grpc-grpc/src/core/client_channel/
Ddynamic_filters.cc165 RefCountedPtr<DynamicFilters::Call> DynamicFilters::CreateCall( in CreateCall() function in grpc_core::DynamicFilters
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc166 RefCountedPtr<DynamicFilters::Call> DynamicFilters::CreateCall( in CreateCall() function in grpc_core::DynamicFilters
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dchannel_cc.cc156 grpc::internal::Call Channel::CreateCall( in CreateCall() function in grpc::Channel
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc156 grpc::internal::Call Channel::CreateCall( in CreateCall() function in grpc::Channel
/external/webrtc/test/scenario/
Dcall_client.cc58 Call* CreateCall(TimeController* time_controller, in CreateCall() function
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.proto110 message CreateCall { message
Dfuzzing_common.cc464 BasicFuzzer::Result BasicFuzzer::CreateCall( in CreateCall() function in grpc_core::testing::BasicFuzzer
/external/grpc-grpc/src/core/lib/surface/
Dlegacy_channel.cc165 grpc_call* LegacyChannel::CreateCall( in CreateCall() function in grpc_core::LegacyChannel
Dserver.cc1304 absl::StatusOr<CallInitiator> Server::ChannelData::CreateCall( in CreateCall() function in grpc_core::Server::ChannelData
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1867 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCall( in CreateCall() function in xla::HloInstruction
1872 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCall( in CreateCall() function in xla::HloInstruction
/external/llvm/bindings/go/llvm/
Dir.go1663 func (b Builder) CreateCall(fn Value, args []Value, name string) (v Value) { func