Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h348 static std::atomic<hwc2_display_t> sNextId; variable
433 static std::atomic<hwc2_layer_t> sNextId;
DEmuHWC2.cpp438 std::atomic<hwc2_display_t> EmuHWC2::Display::sNextId(0); member in android::EmuHWC2::Display
442 mId(sNextId++), in Display()
1494 std::atomic<hwc2_layer_t> EmuHWC2::Layer::sNextId(1); member in android::EmuHWC2::Layer
1497 : mId(sNextId++), in Layer()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h399 static std::atomic<hwc2_display_t> sNextId; variable
590 static std::atomic<hwc2_layer_t> sNextId; variable
DHWC2.cpp529 std::atomic<hwc2_display_t> CfHWC2::Display::sNextId(1); member in android::CfHWC2::Display
532 : mId(sNextId++), in Display()
2059 std::atomic<hwc2_layer_t> CfHWC2::Layer::sNextId(1); member in android::CfHWC2::Layer
2062 : mId(sNextId++), in Layer()