Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp37 err = nativeWindowDisconnect(nativeWindow, "setNativeWindowSizeFormatAndUsage"); in setNativeWindowSizeFormatAndUsage()
203 err = nativeWindowDisconnect(nativeWindow, "pushBlankBuffersToNativeWindow"); in pushBlankBuffersToNativeWindow()
315 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason) { in nativeWindowDisconnect() function
H A DMediaCodec.cpp5141 nativeWindowDisconnect(surface.get(), "connectToSurface(reconnect)"); in connectToSurface()
5166 err = nativeWindowDisconnect(mSurface.get(), "disconnectFromSurface"); in disconnectFromSurface()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSurfaceUtils.h45 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason);
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp249 err = nativeWindowDisconnect(surface.get(), "kWhatSetVideoSurface(surface)"); in onMessageReceived()
330 err = nativeWindowDisconnect(mSurface.get(), "onConfigure"); in onConfigure()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1096 status_t err = nativeWindowDisconnect( in disconnectNativeWindow_l()
1152 status_t err = nativeWindowDisconnect( in setVideoSurfaceTexture()