Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerCreationArgs.cpp26 std::atomic<uint32_t> LayerCreationArgs::sInternalSequence{1};
53 sequence = id.value_or(getInternalLayerId(sInternalSequence++)); in LayerCreationArgs()
DLayerCreationArgs.h39 static std::atomic<uint32_t> sInternalSequence; member
DLayerSnapshot.cpp114 LayerCreationArgs::getInternalLayerId(LayerCreationArgs::sInternalSequence++); in LayerSnapshot()
DLayerLifecycleManager.cpp226 LayerCreationArgs::sInternalSequence++), in applyTransactions()