Searched defs:handleSetSurface (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1624 status_t err = handleSetSurface(static_cast<Surface *>(obj.get()));
1630 handleSetSurface(NULL);
2200 handleSetSurface(NULL);
2575 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 176 milliseconds