Searched refs:sNextId (Results 1 – 5 of 5) sorted by relevance
62 private static long sNextId = 1; field in PropertyValuesHolder_Delegate90 methodId = sNextId++; in registerMethod()
78 static uint32_t sNextId; variable
76 uint32_t FontCollection::sNextId = 0; member in android::FontCollection81 mId = sNextId++; in FontCollection()
351 static std::atomic<hwc2_display_t> sNextId; variable547 static std::atomic<hwc2_layer_t> sNextId; variable
550 std::atomic<hwc2_display_t> HWC2On1Adapter::Display::sNextId(1); member in android::HWC2On1Adapter::Display553 : mId(sNextId++), in Display()1962 std::atomic<hwc2_layer_t> HWC2On1Adapter::Layer::sNextId(1); member in android::HWC2On1Adapter::Layer1965 : mId(sNextId++), in Layer()