HomeSort by relevance Sort by last modified time
    Searched full:looper_enable (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/system/qemud/
qemud.c 279 * - call looper_enable() or looper_disable() to enable/disable
288 * You can call looper_enable/_disable/_del within a function
456 looper_enable( Looper* l, int fd, int events ) function
887 looper_enable( f->list->looper, f->fd, EPOLLOUT );
967 looper_enable( list->looper, fd, EPOLLIN );
1023 looper_enable( list->looper, fd, EPOLLIN );
    [all...]
  /sdk/emulator/qemud/
qemud.c 279 * - call looper_enable() or looper_disable() to enable/disable
288 * You can call looper_enable/_disable/_del within a function
456 looper_enable( Looper* l, int fd, int events ) function
887 looper_enable( f->list->looper, f->fd, EPOLLOUT );
967 looper_enable( list->looper, fd, EPOLLIN );
1023 looper_enable( list->looper, fd, EPOLLIN );
    [all...]

Completed in 330 milliseconds