Searched refs:theNativeWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c48 static ANativeWindow* theNativeWindow; variable
370 (void*)theNativeWindow, // hWindow
506 if (theNativeWindow != NULL) {
507 ANativeWindow_release(theNativeWindow);
508 theNativeWindow = NULL;
517 theNativeWindow = ANativeWindow_fromSurface(env, surface);

Completed in 869 milliseconds