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

  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 56 static ANativeWindow* theNativeWindow = NULL;
141 if (theNativeWindow != NULL) {
142 ANativeWindow_release(theNativeWindow);
143 theNativeWindow = NULL;
200 (void*)theNativeWindow, // hWindow
282 theNativeWindow = ANativeWindow_fromSurface(env, surface);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 62 static ANativeWindow* theNativeWindow;
358 (void*)theNativeWindow, // hWindow
488 if (theNativeWindow != NULL) {
489 ANativeWindow_release(theNativeWindow);
490 theNativeWindow = NULL;
499 theNativeWindow = ANativeWindow_fromSurface(env, surface);
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 48 static ANativeWindow* theNativeWindow;
370 (void*)theNativeWindow, // hWindow
506 if (theNativeWindow != NULL) {
507 ANativeWindow_release(theNativeWindow);
508 theNativeWindow = NULL;
517 theNativeWindow = ANativeWindow_fromSurface(env, surface);

Completed in 94 milliseconds