Lines Matching refs:SendOkay
921 SendOkay(reply_fd); in handle_forward_request()
931 SendOkay(reply_fd); in handle_forward_request()
933 SendOkay(reply_fd); in handle_forward_request()
987 SendOkay(reply_fd); in handle_forward_request()
989 SendOkay(reply_fd); in handle_forward_request()
1022 static int SendOkay(int fd, const std::string& s) { in SendOkay() function
1023 SendOkay(fd); in SendOkay()
1037 SendOkay(reply_fd); in handle_host_request()
1092 SendOkay(reply_fd); in handle_host_request()
1112 SendOkay(reply_fd, device_list); in handle_host_request()
1128 SendOkay(reply_fd, response); in handle_host_request()
1136 SendOkay(reply_fd, FeatureSetToString(t->features())); in handle_host_request()
1150 SendOkay(reply_fd, FeatureSetToString(features)); in handle_host_request()
1159 SendOkay(reply_fd, "disconnected everything"); in handle_host_request()
1180 SendOkay(reply_fd, android::base::StringPrintf("disconnected %s", address.c_str())); in handle_host_request()
1186 SendOkay(reply_fd, android::base::StringPrintf("%04x", ADB_SERVER_VERSION)); in handle_host_request()
1195 SendOkay(reply_fd, !t->serial.empty() ? t->serial : "unknown"); in handle_host_request()
1205 SendOkay(reply_fd, !t->devpath.empty() ? t->devpath : "unknown"); in handle_host_request()
1215 SendOkay(reply_fd, t->connection_state_name()); in handle_host_request()
1243 SendOkay(reply_fd, response); in handle_host_request()