Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:layer

33 class Layer;
42 Client(const sp<SurfaceFlinger>& flinger, const sp<Layer>& parentLayer);
48 void attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer);
50 void detachLayer(const Layer* layer);
52 sp<Layer> getLayerUser(const sp<IBinder>& handle) const;
54 void updateParent(const sp<Layer>& parentLayer);
74 sp<Layer> getParentLayer(bool* outParentDied = nullptr) const;
80 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
81 wp<Layer> mParentLayer;