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

/system/core/adb/
H A Dservices.c50 stinfo *sti = x; local
51 sti->func(sti->fd, sti->cookie);
52 free(sti);
242 stinfo *sti; local
251 sti = malloc(sizeof(stinfo));
252 if(sti == 0) fatal("cannot allocate stinfo");
253 sti->func = func;
254 sti
385 stinfo *sti; local
[all...]

Completed in 464 milliseconds