Lines Matching refs:SurfaceControl
47 class SurfaceControl : public RefBase
50 static bool isValid(const sp<SurfaceControl>& surface) {
57 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs);
80 const sp<SurfaceControl>& control, Parcel* parcel);
86 SurfaceControl& operator = (SurfaceControl& rhs);
87 SurfaceControl(const SurfaceControl& rhs);
104 SurfaceControl(
110 ~SurfaceControl();
171 Surface(const sp<SurfaceControl>& control);
176 friend class SurfaceControl;