Searched refs:sNextId (Results 1 – 2 of 2) sorted by relevance
316 static std::atomic<hwc2_display_t> sNextId; variable398 static std::atomic<hwc2_layer_t> sNextId;
397 std::atomic<hwc2_display_t> EmuHWC2::Display::sNextId(0); member in android::EmuHWC2::Display401 mId(sNextId++), in Display()1218 std::atomic<hwc2_layer_t> EmuHWC2::Layer::sNextId(1); member in android::EmuHWC2::Layer1221 : mId(sNextId++), in Layer()