Searched refs:state (Results 51 - 59 of 59) sorted by relevance

123

/system/core/init/
H A Dinit.c89 void notify_service_state(const char *name, const char *state) argument
96 property_set(pname, state);
172 * state and immediately takes it out of the restarting
173 * state if it was in there
953 /* run all property triggers based on current state of the properties */
/system/core/libcutils/
H A Dmq.c127 /** Local peer state. You typically have one peer per process. */
665 * Switches the master peer proxy into a state where it's waiting for a
968 int state = peerProxy->inputState; local
970 switch (state) {
995 LOG_ALWAYS_FATAL("Unknown state: %d", state);
1014 // Initial state == expecting a header.
/system/core/adb/
H A Dadb.c1522 if(!strncmp(service,"get-state",strlen("get-state"))) {
1524 char *state = connection_state_name(transport); local
1525 snprintf(buf, sizeof buf, "OKAY%04x%s",(unsigned)strlen(state),state);
H A Djdwp_service.c216 proc->fde->state |= FDE_DONT_CLOSE;
H A Dsysdeps.h202 unsigned short state; member in struct:fdevent
/system/core/include/private/pixelflinger/
H A Dggl_context.h528 state_t state; member in struct:android::context_t
/system/core/sh/
H A Darith_lex.c118 /* Translate the current start state into a value that can be later handed
119 * to BEGIN to return to the state. The YYSTATE alias is for lex
125 /* Action number for EOF rule of a given start state. */
126 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
251 * "scanner state".
272 static int yy_start = 0; /* start state number */
689 (yy_start) = 1; /* first start state */
947 * end-of-buffer state). Contrast this with the test
1178 /* yy_get_previous_state - get the state jus
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp48 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h2431 uint16_t state; member in struct:hci_conn_info

Completed in 2406 milliseconds

123