Home
last modified time | relevance | path

Searched refs:IsCuttlefish (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DCommon.cpp29 bool IsCuttlefish() { return ::android::base::GetProperty("ro.product.board", "") == "cutf"; } in IsCuttlefish() function
32 return IsCuttlefish() && ::android::base::GetProperty("ro.product.name", "").find("foldable") != in IsCuttlefishFoldable()
DCommon.h46 bool IsCuttlefish();
DDisplay.cpp683 if (IsCuttlefish()) { in setPowerMode()