Home
last modified time | relevance | path

Searched refs:getLayerName (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h120 const std::string getLayerName(const sp<const Layer>& layer);
DSurfaceInterceptor.cpp161 const std::string SurfaceInterceptor::getLayerName(const sp<const Layer>& layer) { in getLayerName() function in android::impl::SurfaceInterceptor
428 creation->set_name(getLayerName(layer)); in addSurfaceCreationLocked()