Home
last modified time | relevance | path

Searched defs:getLayerId (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DSurfaceControl.cpp186 int32_t SurfaceControl::getLayerId() const { in getLayerId() function in android::SurfaceControl
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h205 int32_t getLayerId() const { return mLayerId; }; in getLayerId() function
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp192 int32_t SurfaceInterceptor::getLayerId(const sp<const Layer>& layer) const { in getLayerId() function in android::impl::SurfaceInterceptor
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java3754 public int getLayerId() { in getLayerId() method in SurfaceControl