Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h316 static std::atomic<hwc2_display_t> sNextId; variable
398 static std::atomic<hwc2_layer_t> sNextId;
DEmuHWC2.cpp397 std::atomic<hwc2_display_t> EmuHWC2::Display::sNextId(0); member in android::EmuHWC2::Display
401 mId(sNextId++), in Display()
1218 std::atomic<hwc2_layer_t> EmuHWC2::Layer::sNextId(1); member in android::EmuHWC2::Layer
1221 : mId(sNextId++), in Layer()