HomeSort by relevance Sort by last modified time
    Searched refs:gAppAlive (Results 1 - 8 of 8) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h 48 extern int gAppAlive;
app-android.c 26 int gAppAlive = 1;
50 gAppAlive = 1;
app-win32.c 39 int gAppAlive = 1;
172 gAppAlive = 0;
177 gAppAlive = 0;
182 gAppAlive = 0;
268 while (gAppAlive)
278 gAppAlive = 0;
281 if (gAppAlive)
app-linux.c 60 int gAppAlive = 1;
210 while (gAppAlive)
226 gAppAlive = 0;
232 if (gAppAlive)
demo.c 757 if (!gAppAlive)
766 gAppAlive = 0;
  /frameworks/base/opengl/tests/angeles/
app.h 48 extern int gAppAlive;
app-linux.cpp 63 int gAppAlive = 1;
209 while (gAppAlive)
demo.c 757 if (!gAppAlive)
766 gAppAlive = 0;

Completed in 171 milliseconds