Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp38 std::atomic<int64_t> LayerHistory::sNextId = 0; member in android::scheduler::LayerHistory
50 const int64_t id = sNextId++; in createLayer()
DLayerHistory.h80 static std::atomic<int64_t> sNextId; variable
DScheduler.cpp58 std::atomic<int64_t> Scheduler::sNextId = 0; member in android::Scheduler
124 const int64_t id = sNextId++; in createConnection()
DScheduler.h238 static std::atomic<int64_t> sNextId; variable
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp59 static std::atomic_int sNextId{1}; variable
64 mFunctor = sNextId++; in WebViewFunctor()
DRenderNode.cpp52 static std::atomic<int64_t> sNextId{1}; in generateId() local
53 return sNextId++; in generateId()
/frameworks/layoutlib/bridge/src/android/animation/
DPropertyValuesHolder_Delegate.java62 private static long sNextId = 1; field in PropertyValuesHolder_Delegate
90 methodId = sNextId++; in registerMethod()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h38 const int64_t id = sNextId++; in addConnection()