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.h416 status_t handleSetSurface(const sp<Surface> &surface);
DACodec.h312 status_t handleSetSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2546 status_t err = handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()
2555 handleSetSurface(NULL); in onMessageReceived()
3210 handleSetSurface(NULL); in setState()
3584 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::MediaCodec
DACodec.cpp707 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::ACodec
5709 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()