Searched refs:handleSetSurface (Results 1 – 4 of 4) sorted by relevance
652 status_t handleSetSurface(const sp<Surface> &surface);659 status_t handleSetSurface(const sp<Surface> &surface, bool callCodec, bool onShutdown = false);
346 status_t handleSetSurface(const sp<Surface> &surface);
4894 status_t err = handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()4905 handleSetSurface(NULL); in onMessageReceived()5073 err = handleSetSurface(surface, true /* callCodec */); in onMessageReceived()5330 if (handleSetSurface(getOrCreateDetachedSurface(), true /* callCodec */, in onMessageReceived()6047 handleSetSurface(NULL); in setState()6766 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface, bool callCodec, bool onShutDown) { in handleSetSurface() function in android::MediaCodec6811 status_t MediaCodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::MediaCodec6813 return handleSetSurface(surface, false /* callCodec */); in handleSetSurface()
742 status_t ACodec::handleSetSurface(const sp<Surface> &surface) { in handleSetSurface() function in android::ACodec5999 status_t err = mCodec->handleSetSurface(static_cast<Surface *>(obj.get())); in onMessageReceived()