Home
last modified time | relevance | path

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

/device/google/pantah/conf/
Dinit.cheetah.rc9 on property:ro.boot.cdt_hwid=0x00030303000100010001000000000000
12 on property:ro.boot.cdt_hwid=0x00030303000100000000000000000000
15 on property:ro.boot.cdt_hwid=0x00030303000100000100000000000000
18 on property:ro.boot.cdt_hwid=0x00030303000100000200000000000000
/device/google/comet/thermal/
Dinit_thermal_config.cpp25 const auto cdt_hwid = GetProperty("ro.boot.cdt_hwid", ""); in useThermalWingBoardConfig() local
26 if (cdt_hwid == kWingBoardHwId) { in useThermalWingBoardConfig()
27 LOG(INFO) << "Using wingboard thermal config as found cdt_hwid " << cdt_hwid; in useThermalWingBoardConfig()
/device/google/tangorpro/lights/
Dled_lut_calibrator.cpp66 std::string cdt_hwid = GetProperty("ro.boot.cdt_hwid", ""); in ReadCalibrationTable() local
67 std::string hex_variant_str = cdt_hwid.substr(16, 2); in ReadCalibrationTable()