Searched defs:PersistentSurface (Results 1 – 3 of 3) sorted by relevance
32 struct PersistentSurface : public RefBase { struct33 PersistentSurface() {} in PersistentSurface() function36 PersistentSurface( in PersistentSurface() function43 PersistentSurface( in PersistentSurface() function49 sp<IGraphicBufferProducer> getBufferProducer() const { in getBufferProducer()53 sp<IGraphicBufferSource> getBufferSource() const { in getBufferSource()57 sp<IBase> getHidlTarget() const { in getHidlTarget()61 status_t writeToParcel(Parcel *parcel) const { in writeToParcel()79 status_t readFromParcel(const Parcel *parcel) { in readFromParcel()103 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface); argument
88 const sp<PersistentSurface> & /* surface */) { in initiateSetInputSurface()
2065 static class PersistentSurface extends Surface { class in MediaCodec2067 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface