Home
last modified time | relevance | path

Searched refs:outStopTraversal (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp284 const ui::Transform transform, bool& outStopTraversal) -> bool { in captureSample() argument
288 outStopTraversal = true; in captureSample()
317 auto filterFn = [&](const frontend::LayerSnapshot& snapshot, bool& outStopTraversal) -> bool { in captureSample() argument
322 outStopTraversal); in captureSample()
DSurfaceFlinger.h1490 std::function<bool(const frontend::LayerSnapshot&, bool& outStopTraversal)>
DSurfaceFlinger.cpp9436 std::function<bool(const frontend::LayerSnapshot&, bool& outStopTraversal)> in getLayerSnapshotsForScreenshots()