Home
last modified time | relevance | path

Searched refs:handleSetSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h652 status_t handleSetSurface(const sp<Surface> &surface);
659 status_t handleSetSurface(const sp<Surface> &surface, bool callCodec, bool onShutdown = false);
DACodec.h346 status_t handleSetSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp4894 status_t err = handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()
4905 handleSetSurface(NULL); in onMessageReceived()
5073 err = handleSetSurface(surface, true /* callCodec */); in onMessageReceived()
5330 if (handleSetSurface(getOrCreateDetachedSurface(), true /* callCodec */, in onMessageReceived()
6047 handleSetSurface(NULL); in setState()
6766 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface, bool callCodec, bool onShutDown) { in handleSetSurface() function in android::MediaCodec
6811 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::MediaCodec
6813 return handleSetSurface(surface, false /* callCodec */); in handleSetSurface()
DACodec.cpp742 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::ACodec
5999 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()