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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h379 status_t handleSetSurface(const sp<Surface> &surface);
H A DACodec.h315 status_t handleSetSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1737 status_t err = handleSetSurface(static_cast<Surface *>(obj.get()));
1743 handleSetSurface(NULL);
2332 handleSetSurface(NULL);
2736 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { function in class:android::MediaCodec
H A DACodec.cpp647 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { function in class:android::ACodec
5383 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get()));

Completed in 254 milliseconds