Home
last modified time | relevance | path

Searched defs:cc_factory (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc37 grpc_client_channel_factory* cc_factory) {} in client_channel_factory_ref()
40 grpc_client_channel_factory* cc_factory) {} in client_channel_factory_unref()
43 grpc_client_channel_factory* cc_factory, const grpc_subchannel_args* args) { in client_channel_factory_create_subchannel()
55 grpc_client_channel_factory* cc_factory, const char* target, in client_channel_factory_create_channel()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc44 grpc_client_channel_factory* cc_factory) {} in client_channel_factory_ref()
47 grpc_client_channel_factory* cc_factory) {} in client_channel_factory_unref()
149 grpc_client_channel_factory* cc_factory, const grpc_subchannel_args* args) { in client_channel_factory_create_subchannel()
168 grpc_client_channel_factory* cc_factory, const char* target, in client_channel_factory_create_channel()
/external/webrtc/test/scenario/
Dscenario_config.h49 NetworkControllerFactoryInterface* cc_factory = nullptr; member