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

/system/core/adb/daemon/
H A Dusb.h38 int control = -1; member in struct:usb_handle
/system/core/libcutils/
H A Duevent.c56 char control[CMSG_SPACE(sizeof(struct ucred))]; local
62 control,
63 sizeof(control),
/system/core/logd/
H A DLogListener.cpp50 alignas(4) char control[CMSG_SPACE(sizeof(struct ucred))]; local
52 NULL, 0, &iov, 1, control, sizeof(control), 0,
/system/bt/stack/include/
H A Davct_api.h53 #define AVCT_DATA_CTRL 0x0001 /* for the control channel */
57 /* Per the AVRC spec, minimum MTU for the control channel */
118 uint8_t control; /* Control role (Control/Target) */ member in struct:__anon928
261 * AVCT_CONNECT_CFM_EVT or AVCT_CONNECT_IND_EVT on control
267 * AVCT_DATA_CTRL for control channel traffic;
H A Davrc_api.h166 /* This is the control callback function. This function passes events
179 tAVRC_CTRL_CBACK* p_ctrl_cback; /* pointer to application control callback */
183 uint8_t control; /* Control role (Control/Target) */ member in struct:__anon947
287 * roles, as determined by the p_ccb->control parameter.
298 * p_ccb->p_ctrl_cback: Pointer to the control callback
308 * p_ccb->control: Control role. This is set to
310 * for control connections or
590 * control block (if using dynamic memory), and initializes the
591 * control block and tracing level.
/system/nvram/client/
H A Dnvram_client.c62 // A table mapping control values to names.
64 nvram_control_t control; member in struct:__anon2467
75 // Returns the string representation of |control|, or NULL if |control| isn't a
76 // valid control value.
77 static const char* ControlToString(nvram_control_t control) { argument
79 if (kControlNameTable[i].control == control) {
87 // Sets |control| to the NV_CONTROL_ value corresponding to the string control
90 StringToControl(const char* name, nvram_control_t* control) argument
[all...]
/system/core/adb/
H A Djdwp_service.cpp43 named @jdwp-control (@ is a shortcut for "first byte is zero"
47 a connection to @jdwp-control to announce its availability.
50 JDWP thread @jdwp-control
83 JDWP thread @jdwp-control
260 D("ignoring unexpected JDWP %d control socket activity (%d bytes)", proc->pid,
360 /* name of the debug control Unix socket */
361 #define JDWP_CONTROL_NAME "\0jdwp-control"
373 static int jdwp_control_init(JdwpControl* control, const char* sockname, int socknamelen) { argument
381 D("vm debug control socket name too long (%d extra chars)", pathlen + 1 - maxpath);
391 D("could not create vm debug control socke
426 JdwpControl* control = (JdwpControl*)_control; local
[all...]
/system/extras/ANRdaemon/
H A DANRdaemon.cpp199 const char* control = (enable?"1":"0"); local
200 ssize_t len = strlen(control);
202 while (write(fd, control, len) != len) {

Completed in 344 milliseconds