Lines Matching refs:SendOkay

990         SendOkay(reply_fd);  in handle_forward_request()
1000 SendOkay(reply_fd); in handle_forward_request()
1002 SendOkay(reply_fd); in handle_forward_request()
1060 SendOkay(reply_fd); in handle_forward_request()
1062 SendOkay(reply_fd); in handle_forward_request()
1095 static int SendOkay(int fd, const std::string& s) { in SendOkay() function
1096 SendOkay(fd); in SendOkay()
1113 SendOkay(reply_fd, check); in handle_mdns_request()
1118 SendOkay(reply_fd, services_list); in handle_mdns_request()
1134 SendOkay(reply_fd); in handle_host_request()
1190 SendOkay(reply_fd); in handle_host_request()
1210 SendOkay(reply_fd, device_list); in handle_host_request()
1226 SendOkay(reply_fd, response); in handle_host_request()
1236 SendOkay(reply_fd, FeatureSetToString(t->features())); in handle_host_request()
1250 SendOkay(reply_fd, FeatureSetToString(features)); in handle_host_request()
1259 SendOkay(reply_fd, "disconnected everything"); in handle_host_request()
1267 SendOkay(reply_fd, android::base::StringPrintf("disconnected %s", address.c_str())); in handle_host_request()
1288 SendOkay(reply_fd, android::base::StringPrintf("disconnected %s", address.c_str())); in handle_host_request()
1294 SendOkay(reply_fd, android::base::StringPrintf("%04x", ADB_SERVER_VERSION)); in handle_host_request()
1305 SendOkay(reply_fd, !t->serial.empty() ? t->serial : "unknown"); in handle_host_request()
1317 SendOkay(reply_fd, !t->devpath.empty() ? t->devpath : "unknown"); in handle_host_request()
1329 SendOkay(reply_fd, t->connection_state_name()); in handle_host_request()
1359 SendOkay(reply_fd, response); in handle_host_request()