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

/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 113 milliseconds