Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:handle

57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer)
60 mLayers.add(handle, layer);
75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const
79 wp<Layer> layer(mLayers.valueFor(handle));
82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
112 sp<IBinder>* handle,
123 sp<IBinder>* handle;
134 sp<IBinder>* handle,
137 handle(handle), gbp(gbp),
143 handle, gbp);
149 name, this, w, h, format, flags, handle, gbp);
154 status_t Client::destroySurface(const sp<IBinder>& handle) {
155 return mFlinger->onLayerRemoved(this, handle);