Searched refs:control_sock (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_adb.cc98 int control_sock; variable
103 control_sock = this->control_sock_;
113 if (control_sock != -1) {
114 shutdown(control_sock, SHUT_RDWR);
269 int control_sock = ControlSock(); local
271 if (control_sock < 0 || !socket_peer_is_trusted(control_sock)) {
272 if (control_sock >= 0 && shutdown(control_sock, SHUT_RDWR)) {
280 ret = TEMP_FAILURE_RETRY(send(control_sock, buf
415 int control_sock = ControlSock(); local
[all...]

Completed in 89 milliseconds