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