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 57 static ANativeWindow* theNativeWindow = NULL;
270 if (theNativeWindow != NULL) {
271 ANativeWindow_release(theNativeWindow);
272 theNativeWindow = NULL;
343 (void*)theNativeWindow, // hWindow
441 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 1397 milliseconds