Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h161 int destroyRequested; member
Dandroid_native_app_glue.c139 android_app->destroyRequested = 1; in android_app_pre_exec_cmd()
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
Dmain.cpp73 for (int iter = -1; iter < count && !pApp->destroyRequested;) { in drawFrames()