Home
last modified time | relevance | path

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

/external/webrtc/api/test/
Dcreate_time_controller.cc37 Call* CreateCall(const Call::Config& config) override { in CreateTimeControllerBasedCallFactory() function in webrtc::CreateTimeControllerBasedCallFactory::TimeControllerBasedCallFactory
/external/webrtc/call/
Dcall_factory.cc77 Call* CallFactory::CreateCall(const Call::Config& config) { in CreateCall() function in webrtc::CallFactory
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs51 …public CallSafeHandle CreateCall(CallSafeHandle parentCall, ContextPropagationFlags propagationMas… in CreateCall() method in Grpc.Core.Internal.ChannelSafeHandle
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
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/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
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/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_regions.cc58 YieldOp CreateCall(Operation* op, FuncOp func, Region& caller_region, in CreateCall() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc181 RefCountedPtr<DynamicFilters::Call> DynamicFilters::CreateCall( in CreateCall() function in grpc_core::DynamicFilters
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc102 internal::Call Channel::CreateCall(const internal::RpcMethod& method, in CreateCall() function in grpc::Channel
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dchannel_cc.cc158 ::grpc::internal::Call Channel::CreateCall( in CreateCall() function in grpc::Channel
/external/webrtc/test/scenario/
Dcall_client.cc53 Call* CreateCall(TimeController* time_controller, in CreateCall() function
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc845 grpc_error* ConnectedSubchannel::CreateCall(const CallArgs& args, in CreateCall() function in grpc_core::ConnectedSubchannel
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1743 /* 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