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

123

/system/core/adb/
H A Dadb.c1674 if(!strncmp(service,"get-state",strlen("get-state"))) {
1676 char *state = connection_state_name(transport); local
1677 send_msg_with_okay(reply_fd, state, strlen(state));
H A Djdwp_service.c216 proc->fde->state |= FDE_DONT_CLOSE;
H A Dsysdeps.h205 unsigned short state; member in struct:fdevent
/system/core/include/private/pixelflinger/
H A Dggl_context.h530 state_t state; member in struct:android::context_t
/system/core/init/
H A Dinit.c80 void notify_service_state(const char *name, const char *state) argument
87 property_set(pname, state);
177 * state and immediately takes it out of the restarting
178 * state if it was in there
1103 /* run all property triggers based on current state of the properties */
/system/extras/ksmutils/
H A Dlookup3.c181 /* Set up the internal state */
226 /* Set up the internal state */
285 uint32_t a,b,c; /* internal state */
288 /* Set up the internal state */
469 uint32_t a,b,c; /* internal state */
472 /* Set up the internal state */
650 /* Set up the internal state */
957 uint32_t h,i,state[HASHSTATE]; local
961 for (i=0; i<HASHSTATE; ++i) state[i] = 1;
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp48 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));

Completed in 702 milliseconds

123