Home
last modified time | relevance | path

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

/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.c207 static void* android_app_entry(void* param) { in android_app_entry() function
268 pthread_create(&android_app->thread, &attr, android_app_entry, android_app); in android_app_create()