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

/external/qemu/android/
H A Dlooper.h43 /* A Looper is an abstraction for an event loop, which can
49 * Once you have a Looper pointer, you can register "watchers" that
63 * Looper methods from them (e.g. looper_now(), looper_forceQuit(), etc..)
65 * You can create a new Looper by calling looper_newGeneric(). This provides
68 * For the QEMU core, you can grab a Looper pointer by calling
72 typedef struct Looper Looper; typedef in typeref:struct:Looper
75 Looper* looper_newGeneric(void);
81 Looper* looper_newCore(void);
90 struct Looper { struct
[all...]

Completed in 583 milliseconds