Searched refs:nativeWindowConnect (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | SurfaceUtils.cpp | 40 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
|
D | MediaCodec.cpp | 3372 err = nativeWindowConnect(surface.get(), "connectToSurface"); in connectToSurface() 3388 err = nativeWindowConnect(surface.get(), "connectToSurface(reconnect)"); in connectToSurface()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | SurfaceUtils.h | 40 status_t nativeWindowConnect(ANativeWindow *surface, const char *reason);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 249 (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/ |
D | MediaPlayerService.cpp | 931 status_t err = nativeWindowConnect(anw.get(), "setVideoSurfaceTexture"); in setVideoSurfaceTexture()
|