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