HomeSort by relevance Sort by last modified time
    Searched defs:sti (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
services.c 49 stinfo *sti = x; local
50 sti->func(sti->fd, sti->cookie);
51 free(sti);
244 stinfo *sti; local
253 sti = malloc(sizeof(stinfo));
254 if(sti == 0) fatal("cannot allocate stinfo");
255 sti->func = func;
256 sti->cookie = cookie
    [all...]
  /external/kernel-headers/original/linux/
interrupt.h 182 static inline void __deprecated sti(void) function
366 * 2. sti();
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 1427 milliseconds