Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp43 err = nativeWindowConnect(nativeWindow, "setNativeWindowSizeFormatAndUsage"); in setNativeWindowSizeFormatAndUsage()
212 (void)nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err)"); in pushBlankBuffersToNativeWindow()
295 err2 = nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err2)"); in pushBlankBuffersToNativeWindow()
306 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason) { in nativeWindowConnect() function
H A DMediaCodec.cpp5126 err = nativeWindowConnect(surface.get(), "connectToSurface"); in connectToSurface()
5142 err = nativeWindowConnect(surface.get(), "connectToSurface(reconnect)"); in connectToSurface()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSurfaceUtils.h44 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp256 (void)nativeWindowConnect(mSurface.get(), "kWhatSetVideoSurface(mSurface)"); in onMessageReceived()
263 (void)nativeWindowConnect(surface.get(), "kWhatSetVideoSurface(err)"); in onMessageReceived()
540 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown"); in onShutdown()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1122 status_t err = nativeWindowConnect(anw.get(), "setVideoSurfaceTexture"); in setVideoSurfaceTexture()