Lines Matching refs:anw
821 sp<ANativeWindow> anw;
823 anw = new SurfaceTextureClient(surfaceTexture);
824 status_t err = native_window_api_connect(anw.get(),
829 // Note that we must do the reset before disconnecting from the ANW.
831 // ANW, which may result in errors.
842 // on the disconnected ANW, which may result in errors.
847 mConnectedWindow = anw;