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
79 uint32_t FontCollection::sNextId = 0; member in android::FontCollection84 mId = sNextId++; in FontCollection()
352 static std::atomic<hwc2_display_t> sNextId; variable554 static std::atomic<hwc2_layer_t> sNextId; variable
548 std::atomic<hwc2_display_t> HWC2On1Adapter::Display::sNextId(1); member in android::HWC2On1Adapter::Display551 : mId(sNextId++), in Display()1972 std::atomic<hwc2_layer_t> HWC2On1Adapter::Layer::sNextId(1); member in android::HWC2On1Adapter::Layer1975 : mId(sNextId++), in Layer()