Lines Matching refs:SendOkay
965 SendOkay(reply_fd); in handle_forward_request()
975 SendOkay(reply_fd); in handle_forward_request()
977 SendOkay(reply_fd); in handle_forward_request()
1035 SendOkay(reply_fd); in handle_forward_request()
1037 SendOkay(reply_fd); in handle_forward_request()
1070 static int SendOkay(int fd, const std::string& s) { in SendOkay() function
1071 SendOkay(fd); in SendOkay()
1088 SendOkay(reply_fd, check); in handle_mdns_request()
1093 SendOkay(reply_fd, services_list); in handle_mdns_request()
1109 SendOkay(reply_fd); in handle_host_request()
1165 SendOkay(reply_fd); in handle_host_request()
1185 SendOkay(reply_fd, device_list); in handle_host_request()
1201 SendOkay(reply_fd, response); in handle_host_request()
1211 SendOkay(reply_fd, FeatureSetToString(t->features())); in handle_host_request()
1225 SendOkay(reply_fd, FeatureSetToString(features)); in handle_host_request()
1234 SendOkay(reply_fd, "disconnected everything"); in handle_host_request()
1255 SendOkay(reply_fd, android::base::StringPrintf("disconnected %s", address.c_str())); in handle_host_request()
1261 SendOkay(reply_fd, android::base::StringPrintf("%04x", ADB_SERVER_VERSION)); in handle_host_request()
1272 SendOkay(reply_fd, !t->serial.empty() ? t->serial : "unknown"); in handle_host_request()
1284 SendOkay(reply_fd, !t->devpath.empty() ? t->devpath : "unknown"); in handle_host_request()
1296 SendOkay(reply_fd, t->connection_state_name()); in handle_host_request()
1326 SendOkay(reply_fd, response); in handle_host_request()