Searched refs: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);
232 stinfo *sti; local
241 sti = malloc(sizeof(stinfo));
242 if(sti == 0) fatal("cannot allocate stinfo");
243 sti->func = func;
244 sti
374 stinfo *sti; local
[all...]

Completed in 3 milliseconds