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

/frameworks/av/media/libstagefright/
H A DACodec.cpp688 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { function in class:android::ACodec
5398 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get()));
H A DMediaCodec.cpp1991 status_t err = handleSetSurface(static_cast<Surface *>(obj.get()));
1997 handleSetSurface(NULL);
2629 handleSetSurface(NULL);
2995 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { function in class:MediaCodec

Completed in 91 milliseconds