Searched refs:IsCuttlefish (Results 1 – 3 of 3) sorted by relevance
29 bool IsCuttlefish() { return ::android::base::GetProperty("ro.product.board", "") == "cutf"; } in IsCuttlefish() function32 return IsCuttlefish() && ::android::base::GetProperty("ro.product.name", "").find("foldable") != in IsCuttlefishFoldable()
46 bool IsCuttlefish();
683 if (IsCuttlefish()) { in setPowerMode()