Lines Matching refs:SurfaceControl

51 SurfaceControl::SurfaceControl(const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle,  in SurfaceControl()  function in android::SurfaceControl
65 SurfaceControl::SurfaceControl(const sp<SurfaceControl>& other) { in SurfaceControl() function in android::SurfaceControl
76 SurfaceControl::~SurfaceControl() in ~SurfaceControl()
86 void SurfaceControl::disconnect() { in disconnect()
93 bool SurfaceControl::isSameSurface( in isSameSurface()
94 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs) in isSameSurface()
101 status_t SurfaceControl::clearLayerFrameStats() const { in clearLayerFrameStats()
108 status_t SurfaceControl::getLayerFrameStats(FrameStats* outStats) const { in getLayerFrameStats()
115 status_t SurfaceControl::validate() const in validate()
125 status_t SurfaceControl::writeSurfaceToParcel( in writeSurfaceToParcel()
126 const sp<SurfaceControl>& control, Parcel* parcel) in writeSurfaceToParcel()
135 sp<Surface> SurfaceControl::generateSurfaceLocked() in generateSurfaceLocked()
151 sp<Surface> SurfaceControl::getSurface() in getSurface()
160 sp<Surface> SurfaceControl::createSurface() in createSurface()
165 void SurfaceControl::updateDefaultBufferSize(uint32_t width, uint32_t height) { in updateDefaultBufferSize()
174 sp<IBinder> SurfaceControl::getLayerStateHandle() const in getLayerStateHandle()
179 sp<IBinder> SurfaceControl::getHandle() const { in getHandle()
186 int32_t SurfaceControl::getLayerId() const { in getLayerId()
190 sp<IGraphicBufferProducer> SurfaceControl::getIGraphicBufferProducer() in getIGraphicBufferProducer()
198 sp<SurfaceComposerClient> SurfaceControl::getClient() const in getClient()
203 uint32_t SurfaceControl::getTransformHint() const { in getTransformHint()
208 void SurfaceControl::setTransformHint(uint32_t hint) { in setTransformHint()
213 status_t SurfaceControl::writeToParcel(Parcel& parcel) { in writeToParcel()
225 status_t SurfaceControl::readFromParcel(const Parcel& parcel, in readFromParcel()
226 sp<SurfaceControl>* outSurfaceControl) { in readFromParcel()
245 new SurfaceControl(new SurfaceComposerClient( in readFromParcel()
254 status_t SurfaceControl::readNullableFromParcel(const Parcel& parcel, in readNullableFromParcel()
255 sp<SurfaceControl>* outSurfaceControl) { in readNullableFromParcel()
259 SAFE_PARCEL(SurfaceControl::readFromParcel, parcel, outSurfaceControl); in readNullableFromParcel()
265 status_t SurfaceControl::writeNullableToParcel(Parcel& parcel, in writeNullableToParcel()
266 const sp<SurfaceControl>& surfaceControl) { in writeNullableToParcel()
276 sp<SurfaceControl> SurfaceControl::getParentingLayer() { in getParentingLayer()