Searched defs:PersistentSurface (Results 1 – 3 of 3) sorted by relevance
29 struct PersistentSurface : public RefBase { struct30 PersistentSurface() {} in PersistentSurface() function33 PersistentSurface( in PersistentSurface() argument39 sp<IGraphicBufferProducer> getBufferProducer() const { in getBufferProducer()43 sp<hidl::base::V1_0::IBase> getHidlTarget() const { in getHidlTarget()47 status_t writeToParcel(Parcel *parcel) const { in writeToParcel()84 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface); argument
199 const sp<PersistentSurface> & /* surface */) { in initiateSetInputSurface()
2215 static class PersistentSurface extends Surface { class in MediaCodec2217 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface