Searched refs:cdt_hwid (Results 1 – 3 of 3) sorted by relevance
9 on property:ro.boot.cdt_hwid=0x0003030300010001000100000000000012 on property:ro.boot.cdt_hwid=0x0003030300010000000000000000000015 on property:ro.boot.cdt_hwid=0x0003030300010000010000000000000018 on property:ro.boot.cdt_hwid=0x00030303000100000200000000000000
25 const auto cdt_hwid = GetProperty("ro.boot.cdt_hwid", ""); in useThermalWingBoardConfig() local26 if (cdt_hwid == kWingBoardHwId) { in useThermalWingBoardConfig()27 LOG(INFO) << "Using wingboard thermal config as found cdt_hwid " << cdt_hwid; in useThermalWingBoardConfig()
66 std::string cdt_hwid = GetProperty("ro.boot.cdt_hwid", ""); in ReadCalibrationTable() local67 std::string hex_variant_str = cdt_hwid.substr(16, 2); in ReadCalibrationTable()