Searched refs:weakHandle (Results 1 – 2 of 2) sorted by relevance
119 const sp<const Layer> getLayer(const wp<const IBinder>& weakHandle);
153 const sp<const Layer> SurfaceInterceptor::getLayer(const wp<const IBinder>& weakHandle) { in getLayer() argument154 const sp<const IBinder>& handle(weakHandle.promote()); in getLayer()