Searched refs:nativeWindowDisconnect (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DSurfaceUtils.h41 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSurfaceUtils.h41 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp34 err = nativeWindowDisconnect(nativeWindow, "setNativeWindowSizeFormatAndUsage");
36 ALOGE("nativeWindowDisconnect failed: %s (%d)", strerror(-err), -err);
174 err = nativeWindowDisconnect(nativeWindow, "pushBlankBuffersToNativeWindow");
286 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason) { function in namespace:android
H A DMediaCodec.cpp3387 nativeWindowDisconnect(surface.get(), "connectToSurface(reconnect)");
3404 err = nativeWindowDisconnect(mSurface.get(), "disconnectFromSurface");
3406 ALOGW("nativeWindowDisconnect returned an error: %s (%d)", strerror(-err), err);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp242 err = nativeWindowDisconnect(surface.get(), "kWhatSetVideoSurface(surface)");
323 err = nativeWindowDisconnect(mSurface.get(), "onConfigure");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp905 status_t err = nativeWindowDisconnect(
909 ALOGW("nativeWindowDisconnect returned an error: %s (%d)",
961 status_t err = nativeWindowDisconnect(
965 ALOGW("nativeWindowDisconnect returned an error: %s (%d)",

Completed in 43 milliseconds