Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerCreationArgs.cpp25 std::atomic<uint32_t> LayerCreationArgs::sSequence{1};
56 sSequence = *id + 1; in LayerCreationArgs()
58 sequence = sSequence++; in LayerCreationArgs()
60 sSequence = 1; in LayerCreationArgs()
62 sequence = sSequence++; in LayerCreationArgs()
DLayerCreationArgs.h38 static std::atomic<uint32_t> sSequence; member