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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h408 status_t handleSetSurface(const sp<Surface> &surface);
H A DACodec.h308 status_t handleSetSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h408 status_t handleSetSurface(const sp<Surface> &surface);
H A DACodec.h308 status_t handleSetSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2397 status_t err = handleSetSurface(static_cast<Surface *>(obj.get()));
2403 handleSetSurface(NULL);
3046 handleSetSurface(NULL);
3414 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { function in class:android::MediaCodec
H A DACodec.cpp710 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { function in class:android::ACodec
5513 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get()));

Completed in 34 milliseconds