Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp40 err = nativeWindowConnect(nativeWindow, "setNativeWindowSizeFormatAndUsage"); in setNativeWindowSizeFormatAndUsage()
183 (void)nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err)"); in pushBlankBuffersToNativeWindow()
266 err2 = nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err2)"); in pushBlankBuffersToNativeWindow()
277 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason) { in nativeWindowConnect() function
DMediaCodec.cpp3372 err = nativeWindowConnect(surface.get(), "connectToSurface"); in connectToSurface()
3388 err = nativeWindowConnect(surface.get(), "connectToSurface(reconnect)"); in connectToSurface()
/frameworks/av/media/libstagefright/include/media/stagefright/
DSurfaceUtils.h40 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp249 (void)nativeWindowConnect(mSurface.get(), "kWhatSetVideoSurface(mSurface)"); in onMessageReceived()
256 (void)nativeWindowConnect(surface.get(), "kWhatSetVideoSurface(err)"); in onMessageReceived()
529 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown"); in onShutdown()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp931 status_t err = nativeWindowConnect(anw.get(), "setVideoSurfaceTexture"); in setVideoSurfaceTexture()