Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp43 err = nativeWindowConnect(nativeWindow, "setNativeWindowSizeFormatAndUsage"); in setNativeWindowSizeFormatAndUsage()
186 (void)nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err)"); in pushBlankBuffersToNativeWindow()
269 err2 = nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err2)"); in pushBlankBuffersToNativeWindow()
280 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason) { in nativeWindowConnect() function
DMediaCodec.cpp3538 err = nativeWindowConnect(surface.get(), "connectToSurface"); in connectToSurface()
3554 err = nativeWindowConnect(surface.get(), "connectToSurface(reconnect)"); in connectToSurface()
/frameworks/av/media/libstagefright/include/media/stagefright/
DSurfaceUtils.h42 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp255 (void)nativeWindowConnect(mSurface.get(), "kWhatSetVideoSurface(mSurface)"); in onMessageReceived()
262 (void)nativeWindowConnect(surface.get(), "kWhatSetVideoSurface(err)"); in onMessageReceived()
535 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown"); in onShutdown()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp922 status_t err = nativeWindowConnect(anw.get(), "setVideoSurfaceTexture"); in setVideoSurfaceTexture()