Searched refs:listen_socket (Results 1 – 2 of 2) sorted by relevance
63 static socket_t* listen_socket; variable72 CHECK(listen_socket == NULL); in hci_inject_open()85 listen_socket = socket_new(); in hci_inject_open()86 if (!listen_socket) goto error; in hci_inject_open()88 if (!socket_listen(listen_socket, LISTEN_PORT)) goto error; in hci_inject_open()90 socket_register(listen_socket, thread_get_reactor(thread), NULL, accept_ready, in hci_inject_open()104 socket_free(listen_socket); in hci_inject_close()108 listen_socket = NULL; in hci_inject_close()129 CHECK(socket == listen_socket); in accept_ready()
365 int listen_socket; member409 control->listen_socket = s; in jdwp_control_init()421 D("jdwp control socket started (%d)", control->listen_socket); in jdwp_control_init()429 int s = adb_socket_accept(control->listen_socket, nullptr, nullptr); in jdwp_control_event()