Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:anw

743     sp<ANativeWindow> anw;
745 anw = new Surface(bufferProducer);
746 status_t err = native_window_api_connect(anw.get(),
751 // Note that we must do the reset before disconnecting from the ANW.
753 // ANW, which may result in errors.
764 // on the disconnected ANW, which may result in errors.
769 mConnectedWindow = anw;