Searched refs:sNextId (Results 1 – 8 of 8) sorted by relevance
38 std::atomic<int64_t> LayerHistory::sNextId = 0; member in android::scheduler::LayerHistory50 const int64_t id = sNextId++; in createLayer()
80 static std::atomic<int64_t> sNextId; variable
58 std::atomic<int64_t> Scheduler::sNextId = 0; member in android::Scheduler124 const int64_t id = sNextId++; in createConnection()
238 static std::atomic<int64_t> sNextId; variable
59 static std::atomic_int sNextId{1}; variable64 mFunctor = sNextId++; in WebViewFunctor()
52 static std::atomic<int64_t> sNextId{1}; in generateId() local53 return sNextId++; in generateId()
62 private static long sNextId = 1; field in PropertyValuesHolder_Delegate90 methodId = sNextId++; in registerMethod()
38 const int64_t id = sNextId++; in addConnection()