Home | History | Annotate | Download | only in adb

Lines Matching refs:ack_reply_fd

1312 static bool _is_valid_ack_reply_fd(const int ack_reply_fd) {
1314 const HANDLE ack_reply_handle = cast_int_to_handle(ack_reply_fd);
1319 return ack_reply_fd > 2;
1339 int ack_reply_fd = -1;
1367 ack_reply_fd = strtol(reply_fd_str, nullptr, 10);
1368 if (!_is_valid_ack_reply_fd(ack_reply_fd)) {
1481 if (is_daemon && (ack_reply_fd == -1)) {
1485 r = adb_server_main(is_daemon, server_socket_str, ack_reply_fd);