HomeSort by relevance Sort by last modified time
    Searched refs:nativeWindowDisconnect (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
SurfaceUtils.h 43 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason);
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 37 err = nativeWindowDisconnect(nativeWindow, "setNativeWindowSizeFormatAndUsage");
39 ALOGE("nativeWindowDisconnect failed: %s (%d)", strerror(-err), -err);
177 err = nativeWindowDisconnect(nativeWindow, "pushBlankBuffersToNativeWindow");
289 status_t nativeWindowDisconnect(ANativeWindow *surface, const char *reason) {
MediaCodec.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 248 err = nativeWindowDisconnect(surface.get(), "kWhatSetVideoSurface(surface)");
329 err = nativeWindowDisconnect(mSurface.get(), "onConfigure");
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 895 status_t err = nativeWindowDisconnect(
899 ALOGW("nativeWindowDisconnect returned an error: %s (%d)",
951 status_t err = nativeWindowDisconnect(
955 ALOGW("nativeWindowDisconnect returned an error: %s (%d)",
    [all...]

Completed in 589 milliseconds