Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.h76 void addListener(const Rect& samplingArea, uint32_t stopLayerId,
90 uint32_t stopLayerId; member
DRegionSamplingThread.cpp134 void RegionSamplingThread::addListener(const Rect& samplingArea, uint32_t stopLayerId, in addListener() argument
139 mDescriptors.emplace(wp<IBinder>(asBinder), Descriptor{samplingArea, stopLayerId, listener}); in addListener()
286 for (const auto& [area, stopLayerId, listener] : descriptors) { in captureSample()
287 if (stopLayerId != UNASSIGNED_LAYER_ID && layerId == stopLayerId) { in captureSample()