Home | History | Annotate | Download | only in libmediaplayer2

Lines Matching defs:anw

655     ANativeWindow *anw = (nww == NULL ? NULL : nww->getANativeWindow());
656 ALOGV("setVideoSurfaceTexture(%p)", anw);
662 if (anw != NULL) {
664 && mConnectedWindow->getANativeWindow() == anw) {
667 status_t err = native_window_api_connect(anw, NATIVE_WINDOW_API_MEDIA);
671 // Note that we must do the reset before disconnecting from the ANW.
673 // ANW, which may result in errors.
682 // on the disconnected ANW, which may result in errors.
690 } else if (anw != NULL) {
692 status_t err = native_window_api_disconnect(anw, NATIVE_WINDOW_API_MEDIA);