Searched refs:stopLayerId (Results 1 – 2 of 2) sorted by relevance
76 void addListener(const Rect& samplingArea, uint32_t stopLayerId,90 uint32_t stopLayerId; member
134 void RegionSamplingThread::addListener(const Rect& samplingArea, uint32_t stopLayerId, in addListener() argument139 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()