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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h368 status_t handleSetSurface(const sp<Surface> &surface);
H A DACodec.h276 status_t handleSetSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1655 status_t err = handleSetSurface(static_cast<Surface *>(obj.get()));
1661 handleSetSurface(NULL);
2248 handleSetSurface(NULL);
2623 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { function in class:android::MediaCodec
H A DACodec.cpp637 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { function in class:android::ACodec
4568 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get()));

Completed in 215 milliseconds