Lines Matching refs:nww
144 explicit SetSurfaceAction(const sp<ANativeWindowWrapper> &nww) in SetSurfaceAction()
145 : mNativeWindow(nww) { in SetSurfaceAction()
465 void NuPlayer2::setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww) { in setVideoSurfaceTextureAsync() argument
468 if (nww == NULL || nww->getANativeWindow() == NULL) { in setVideoSurfaceTextureAsync()
471 msg->setObject("surface", nww); in setVideoSurfaceTextureAsync()
900 sp<ANativeWindowWrapper> nww = static_cast<ANativeWindowWrapper *>(obj.get()); in onMessageReceived() local
903 (nww == NULL ? NULL : nww->getANativeWindow()), in onMessageReceived()
912 || (mVideoDecoder != NULL && mVideoDecoder->setVideoSurface(nww) == OK)) { in onMessageReceived()
913 performSetSurface(nww); in onMessageReceived()
922 mDeferredActions.push_back(new SetSurfaceAction(nww)); in onMessageReceived()
2517 void NuPlayer2::performSetSurface(const sp<ANativeWindowWrapper> &nww) { in performSetSurface() argument
2520 mNativeWindow = nww; in performSetSurface()