Searched defs:control (Results 1 - 4 of 4) sorted by last modified time

/system/core/adb/
H A Djdwp_service.c13 named @vm-debug-control (@ is a shortcut for "first byte is zero"
17 a connection to @vm-debug-control to announce its availability.
20 JDWP thread @vm-debug-control
53 JDWP thread @vm-debug-control
300 D( "ignoring unexpected JDWP %d control socket activity (%d bytes)\n",
432 /* name of the debug control Unix socket */
433 #define JDWP_CONTROL_NAME "\0jdwp-control"
448 jdwp_control_init( JdwpControl* control, argument
459 D( "vm debug control socket name too long (%d extra chars)\n",
470 D( "could not create vm debug control socke
512 JdwpControl* control = (JdwpControl*) _control; local
[all...]
H A Dusb_linux_client.c53 int control; member in struct:usb_handle
268 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR);
269 if (h->control < 0) {
270 D("[ %s: cannot open control endpoint: errno=%d]\n", USB_FFS_ADB_EP0, errno);
274 ret = adb_write(h->control, &descriptors, sizeof(descriptors));
280 ret = adb_write(h->control, &strings, sizeof(strings));
309 if (h->control > 0) {
310 adb_close(h->control);
311 h->control = -1;
323 while (usb->control !
[all...]
/system/core/libcutils/
H A Dmq.c479 char control[CMSG_SPACE(sizeof(int))]; member in union:__anon399
484 msg.msg_control = control_un.control;
485 msg.msg_controllen = sizeof(control_un.control);
730 char control[CMSG_SPACE(sizeof(int))]; member in union:__anon400
733 msg.msg_control = control_un.control;
734 msg.msg_controllen = sizeof(control_un.control);
H A Duevent.c52 char control[CMSG_SPACE(sizeof(struct ucred))]; local
58 control,
59 sizeof(control),

Completed in 84 milliseconds