Searched defs:control (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/Export_Inc/
H A DEthernet.h61 TI_UINT8 control; member in struct:__anon1582
/system/core/adb/
H A Djdwp_service.c12 named @vm-debug-control (@ is a shortcut for "first byte is zero"
16 a connection to @vm-debug-control to announce its availability.
19 JDWP thread @vm-debug-control
52 JDWP thread @vm-debug-control
299 D( "ignoring unexpected JDWP %d control socket activity (%d bytes)\n",
407 /* name of the debug control Unix socket */
408 #define JDWP_CONTROL_NAME "\0jdwp-control"
423 jdwp_control_init( JdwpControl* control, argument
434 D( "vm debug control socket name too long (%d extra chars)\n",
445 D( "could not create vm debug control socke
486 JdwpControl* control = (JdwpControl*) _control; local
[all...]
/system/core/libcutils/
H A Dmq.c479 char control[CMSG_SPACE(sizeof(int))]; member in union:__anon90
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:__anon91
733 msg.msg_control = control_un.control;
734 msg.msg_controllen = sizeof(control_un.control);

Completed in 250 milliseconds