Home
last modified time | relevance | path

Searched refs:transport_acquirer (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dadb.h175 std::function<atransport*(std::string* error)> transport_acquirer,
Dadb.cpp959 std::function<atransport*(std::string* error)> transport_acquirer, in handle_forward_request() argument
985 atransport* transport = transport_acquirer(&error); in handle_forward_request()
1332 auto transport_acquirer = [=](std::string* error) { in handle_host_request() local
1340 if (handle_forward_request(service_str.c_str(), transport_acquirer, reply_fd)) { in handle_host_request()