Home
last modified time | relevance | path

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

/development/ndk/platforms/android-14/samples/native-media/jni/
Dnative-media-jni.c62 static ANativeWindow* theNativeWindow; variable
358 (void*)theNativeWindow, // hWindow in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
488 if (theNativeWindow != NULL) { in Java_com_example_nativemedia_NativeMedia_shutdown()
489 ANativeWindow_release(theNativeWindow); in Java_com_example_nativemedia_NativeMedia_shutdown()
490 theNativeWindow = NULL; in Java_com_example_nativemedia_NativeMedia_shutdown()
499 theNativeWindow = ANativeWindow_fromSurface(env, surface); in Java_com_example_nativemedia_NativeMedia_setSurface()