Home
last modified time | relevance | path

Searched refs:GLoopTimer (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/
Dlooper-generic.c32 typedef struct GLoopTimer GLoopTimer; typedef
36 struct GLoopTimer { struct
41 GLoopTimer* activeNext; argument
46 static void glooper_addActiveTimer(GLooper* looper, GLoopTimer* timer);
47 static void glooper_delActiveTimer(GLooper* looper, GLoopTimer* timer);
48 static void glooper_addTimer(GLooper* looper, GLoopTimer* timer);
49 static void glooper_delTimer(GLooper* looper, GLoopTimer* timer);
54 GLoopTimer* tt = impl; in glooptimer_stop()
64 GLoopTimer* tt = impl; in glooptimer_startAbsolute()
81 GLoopTimer* tt = impl; in glooptimer_startRelative()
[all …]