Searched refs:setSurface (Results 1 – 4 of 4) sorted by relevance
59 virtual status_t setSurface(const sp<Surface> &surface) override;
85 status_t setSurface(const sp<Surface> &surface);
710 setSurface(surface); in configure()1285 status_t CCodec::setSurface(const sp<Surface> &surface) { in setSurface() function in android::CCodec1286 return mChannel->setSurface(surface); in setSurface()
2764 status_t CCodecBufferChannel::setSurface(const sp<Surface> &newSurface) { in setSurface() function in android::CCodecBufferChannel