Home
last modified time | relevance | path

Searched refs:nativeWindowDisconnect (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp34 err = nativeWindowDisconnect(nativeWindow, "setNativeWindowSizeFormatAndUsage"); in setNativeWindowSizeFormatAndUsage()
140 err = nativeWindowDisconnect(nativeWindow, "pushBlankBuffersToNativeWindow"); in pushBlankBuffersToNativeWindow()
252 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason) { in nativeWindowDisconnect() function
DMediaCodec.cpp2968 nativeWindowDisconnect(surface.get(), "connectToSurface(reconnect)"); in connectToSurface()
2985 err = nativeWindowDisconnect(mSurface.get(), "disconnectFromSurface"); in disconnectFromSurface()
/frameworks/av/media/libstagefright/include/
DSurfaceUtils.h37 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp241 err = nativeWindowDisconnect(surface.get(), "kWhatSetVideoSurface(surface)"); in onMessageReceived()
322 err = nativeWindowDisconnect(mSurface.get(), "onConfigure"); in onConfigure()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp891 status_t err = nativeWindowDisconnect( in disconnectNativeWindow()