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()
149 (void)nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err)"); in pushBlankBuffersToNativeWindow()
232 err2 = nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err2)"); in pushBlankBuffersToNativeWindow()
243 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason) { in nativeWindowConnect() function
DMediaCodec.cpp2953 err = nativeWindowConnect(surface.get(), "connectToSurface"); in connectToSurface()
2969 err = nativeWindowConnect(surface.get(), "connectToSurface(reconnect)"); in connectToSurface()
/frameworks/av/media/libstagefright/include/
DSurfaceUtils.h36 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp248 (void)nativeWindowConnect(mSurface.get(), "kWhatSetVideoSurface(mSurface)"); in onMessageReceived()
255 (void)nativeWindowConnect(surface.get(), "kWhatSetVideoSurface(err)"); in onMessageReceived()
522 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown"); in onShutdown()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp917 status_t err = nativeWindowConnect(anw.get(), "setVideoSurfaceTexture"); in setVideoSurfaceTexture()