Searched refs:ANativeWindowWrapper (Results 1 – 13 of 13) sorted by relevance
92 struct ANativeWindowWrapper : public RefBase { struct93 ANativeWindowWrapper(ANativeWindow *aNativeWindow);101 virtual ~ANativeWindowWrapper();106 DISALLOW_EVIL_CONSTRUCTORS(ANativeWindowWrapper);230 const sp<ANativeWindowWrapper> &nww,264 status_t setOutputSurface(const sp<ANativeWindowWrapper> &nww);
37 const sp<ANativeWindowWrapper> &nww = NULL,43 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &nww);73 sp<ANativeWindowWrapper> mNativeWindow;
28 struct ANativeWindowWrapper;44 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &) { return INVALID_OPERATION; } in setVideoSurface()
36 struct ANativeWindowWrapper;60 void setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww);195 sp<ANativeWindowWrapper> mNativeWindow;343 void performSetSurface(const sp<ANativeWindowWrapper> &nw);
38 virtual status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper> &nww) override;
65 const sp<ANativeWindowWrapper> &nww, in Decoder()118 status_t NuPlayer2::Decoder::setVideoSurface(const sp<ANativeWindowWrapper> &nww) { in setVideoSurface()236 sp<ANativeWindowWrapper> nww = in onMessageReceived()237 static_cast<ANativeWindowWrapper *>(obj.get()); // non-null in onMessageReceived()
145 explicit SetSurfaceAction(const sp<ANativeWindowWrapper> &nww) in SetSurfaceAction()154 sp<ANativeWindowWrapper> mNativeWindow;470 void NuPlayer2::setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww) { in setVideoSurfaceTextureAsync()951 sp<ANativeWindowWrapper> nww = static_cast<ANativeWindowWrapper *>(obj.get()); in onMessageReceived()2631 void NuPlayer2::performSetSurface(const sp<ANativeWindowWrapper> &nww) { in performSetSurface()
222 status_t NuPlayer2Driver::setVideoSurfaceTexture(const sp<ANativeWindowWrapper> &nww) { in setVideoSurfaceTexture()
40 struct ANativeWindowWrapper;66 status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww);160 sp<ANativeWindowWrapper> mConnectedWindow;
49 struct ANativeWindowWrapper;166 virtual status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) = 0;
523 ANativeWindowWrapper::ANativeWindowWrapper(ANativeWindow *aNativeWindow) in ANativeWindowWrapper() function in android::ANativeWindowWrapper530 ANativeWindowWrapper::~ANativeWindowWrapper() { in ~ANativeWindowWrapper()534 status_t ANativeWindowWrapper::release() { in release()542 ANativeWindow *ANativeWindowWrapper::getANativeWindow() const { in getANativeWindow()908 const sp<ANativeWindowWrapper> &nww, in configure()1039 status_t AMediaCodecWrapper::setOutputSurface(const sp<ANativeWindowWrapper> &nww) { in setOutputSurface()
445 static sp<ANativeWindowWrapper>448 return new ANativeWindowWrapper(p); in getVideoSurfaceTexture()495 mp->setVideoSurfaceTexture(new ANativeWindowWrapper(anw)); in setVideoSurface()572 sp<ANativeWindowWrapper> st = getVideoSurfaceTexture(env, thiz); in android_media_MediaPlayer2_prepare()
422 status_t MediaPlayer2::setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) { in setVideoSurfaceTexture()