Home
last modified time | relevance | path

Searched refs:connection_request (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/device/serial/
Dserial_connection_factory.cc38 mojo::InterfaceRequest<serial::Connection> connection_request,
70 mojo::InterfaceRequest<serial::Connection> connection_request, in CreateConnection() argument
76 connection_request.Pass(), in CreateConnection()
89 mojo::InterfaceRequest<serial::Connection> connection_request, in ConnectTask() argument
95 connection_request_(connection_request.Pass()), in ConnectTask()
Dserial_service_impl.cc58 mojo::InterfaceRequest<serial::Connection> connection_request, in Connect() argument
65 connection_request.Pass(), in Connect()
Dserial_connection_factory.h33 mojo::InterfaceRequest<serial::Connection> connection_request,
Dserial_service_impl.h39 mojo::InterfaceRequest<serial::Connection> connection_request,
/external/mdnsresponder/mDNSShared/
Ddnssd_ipc.h126 connection_request = 1, // connected socket via DNSServiceConnect() enumerator
Ddnssd_clientstub.c435 if (!DNSServiceRefValid(*ref) || (*ref)->op != connection_request || (*ref)->primary) in ConnectToServer()
847 case connection_request: in CallbackWithError()
1579 if (sdr->op == connection_request) in ConnectionResponse()
1594 …DNSServiceErrorType err = ConnectToServer(sdRef, 0, connection_request, ConnectionResponse, NULL, … in DNSServiceCreateConnection()
1597 hdr = create_hdr(connection_request, &len, &ptr, 0, *sdRef); in DNSServiceCreateConnection()
1638 if (sdRef->op != connection_request) in DNSServiceRegisterRecord()
Duds_daemon.c3772 …case connection_request: min_size = 0; … in request_callback()
3826 … case connection_request: LogOperation("%3d: DNSServiceCreateConnection START", req->sd); in request_callback()