Home | History | Annotate | Download | only in android

Lines Matching refs:nativeWindow

463             ANativeWindow *nativeWindow = (ANativeWindow *)
466 assert(nativeWindow != NULL);
467 result = android_Player_setNativeWindow(mp, nativeWindow);
720 * nativeWindow can be NULL, but if NULL it is treated as an error
722 SLresult android_Player_setNativeWindow(CMediaPlayer *mp, ANativeWindow *nativeWindow)
726 if (nativeWindow == NULL) {
734 err = (*nativeWindow->query)(nativeWindow, NATIVE_WINDOW_CONCRETE_TYPE, &value);
737 "errno %d", nativeWindow, err);
744 static_cast<android::Surface *>(nativeWindow));
754 nativeWindow, value);