Home
last modified time | relevance | path

Searched defs:sNextId (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h80 static std::atomic<int64_t> sNextId; variable
DLayerHistory.cpp38 std::atomic<int64_t> LayerHistory::sNextId = 0; member in android::scheduler::LayerHistory
DScheduler.h238 static std::atomic<int64_t> sNextId; variable
DScheduler.cpp58 std::atomic<int64_t> Scheduler::sNextId = 0; member in android::Scheduler
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp59 static std::atomic_int sNextId{1}; variable
DRenderNode.cpp52 static std::atomic<int64_t> sNextId{1}; in generateId() local
/frameworks/layoutlib/bridge/src/android/animation/
DPropertyValuesHolder_Delegate.java62 private static long sNextId = 1; field in PropertyValuesHolder_Delegate