HomeSort by relevance Sort by last modified time
    Searched refs:theNativeWindow (Results 1 - 2 of 2) 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);
  /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 54 milliseconds