Searched defs:ANativeWindowWrapper (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/include/media/
H A DNdkWrapper.h92 struct ANativeWindowWrapper : public RefBase { struct in namespace:android
93 ANativeWindowWrapper(ANativeWindow *aNativeWindow);
101 virtual ~ANativeWindowWrapper();
106 DISALLOW_EVIL_CONSTRUCTORS(ANativeWindowWrapper);
230 const sp<ANativeWindowWrapper> &nww,
264 status_t setOutputSurface(const sp<ANativeWindowWrapper> &nww);
/frameworks/av/media/libmedia/
H A DNdkWrapper.cpp522 //////////// ANativeWindowWrapper
523 ANativeWindowWrapper::ANativeWindowWrapper(ANativeWindow *aNativeWindow) function in class:android::ANativeWindowWrapper
530 ANativeWindowWrapper::~ANativeWindowWrapper() {
534 status_t ANativeWindowWrapper::release() {
542 ANativeWindow *ANativeWindowWrapper::getANativeWindow() const {
908 const sp<ANativeWindowWrapper> &nww,
1039 status_t AMediaCodecWrapper::setOutputSurface(const sp<ANativeWindowWrapper> &nww) {

Completed in 131 milliseconds