Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:anw

745     sp<ANativeWindow> anw;
747 anw = new Surface(bufferProducer, true /* controlledByApp */);
748 status_t err = native_window_api_connect(anw.get(),
753 // Note that we must do the reset before disconnecting from the ANW.
755 // ANW, which may result in errors.
766 // on the disconnected ANW, which may result in errors.
771 mConnectedWindow = anw;