Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTunnelModeEnabledReporterTest.cpp185 sp<Layer> layerWithSidebandStream = createBufferStateLayer(); in TEST_F() local
189 layerWithSidebandStream->setSidebandStream(stream); in TEST_F()
192 mFlinger.mutableCurrentState().layersSortedByZ.add(layerWithSidebandStream); in TEST_F()
196 mFlinger.mutableCurrentState().layersSortedByZ.remove(layerWithSidebandStream); in TEST_F()
197 layerWithSidebandStream = nullptr; in TEST_F()