Searched refs:nativeWindowConnect (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DSurfaceUtils.h36 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libstagefright/foundation/include/
H A DSurfaceUtils.h36 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libstagefright/include/
H A DSurfaceUtils.h36 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp40 err = nativeWindowConnect(nativeWindow, "setNativeWindowSizeFormatAndUsage");
42 ALOGE("nativeWindowConnect failed: %s (%d)", strerror(-err), -err);
149 (void)nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err)");
232 err2 = nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err2)");
243 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason) { function in namespace:android
H A DMediaCodec.cpp2953 err = nativeWindowConnect(surface.get(), "connectToSurface");
2969 err = nativeWindowConnect(surface.get(), "connectToSurface(reconnect)");
2973 ALOGE("nativeWindowConnect returned an error: %s (%d)", strerror(-err), err);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp248 (void)nativeWindowConnect(mSurface.get(), "kWhatSetVideoSurface(mSurface)");
255 (void)nativeWindowConnect(surface.get(), "kWhatSetVideoSurface(err)");
522 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp917 status_t err = nativeWindowConnect(anw.get(), "setVideoSurfaceTexture");

Completed in 1447 milliseconds