/hardware/qcom/sm7250/media/media-prop/ |
D | init.qti.media.sh | 33 if [ -f /sys/devices/soc0/soc_id ]; then 34 soc_hwid=`cat /sys/devices/soc0/soc_id` 2> /dev/null
|
/hardware/qcom/sdm845/thermal/ |
D | thermal_target.c | 42 int soc_id; member 670 int soc_id = -1; in therm_get_soc_id() local 679 soc_id = atoi(buf); in therm_get_soc_id() 681 if (soc_id == msm_soc_table[idx].soc_id) { in therm_get_soc_id() 687 ALOGE("Unknown target identified with soc id %d\n", soc_id); in therm_get_soc_id()
|
/hardware/qcom/sm8150/thermal/ |
D | thermal_target.c | 42 int soc_id; member 751 int soc_id = -1; in therm_get_soc_id() local 760 soc_id = atoi(buf); in therm_get_soc_id() 762 if (soc_id == msm_soc_table[idx].soc_id) { in therm_get_soc_id() 768 ALOGE("Unknown target identified with soc id %d\n", soc_id); in therm_get_soc_id()
|
/hardware/qcom/sm7250/gps/utils/ |
D | loc_target.cpp | 157 static const char soc_id[] = "/sys/devices/soc0/soc_id"; in loc_get_device_soc_id() local 162 if (!access(soc_id, F_OK)) { in loc_get_device_soc_id() 163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id()
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_target.cpp | 157 static const char soc_id[] = "/sys/devices/soc0/soc_id"; in loc_get_device_soc_id() local 162 if (!access(soc_id, F_OK)) { in loc_get_device_soc_id() 163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id()
|
/hardware/qcom/sm7150/gps/utils/ |
D | loc_target.cpp | 157 static const char soc_id[] = "/sys/devices/soc0/soc_id"; in loc_get_device_soc_id() local 162 if (!access(soc_id, F_OK)) { in loc_get_device_soc_id() 163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id()
|
/hardware/ril/libril/ |
D | ril.cpp | 733 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; in RIL_onUnsolicitedResponse() local 736 soc_id = socket_id; in RIL_onUnsolicitedResponse() 780 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() 787 radio::setNitzTimeReceived((int) soc_id, android::elapsedRealtime()); in RIL_onUnsolicitedResponse() 795 (int) soc_id, responseType, 0, RIL_E_SUCCESS, const_cast<void*>(data), in RIL_onUnsolicitedResponse() 820 RLOGI("%s UNSOLICITED: %s length:%zu", rilSocketIdToString(soc_id), in RIL_onUnsolicitedResponse()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_rome.c | 131 unsigned int soc_id = 0; in get_vs_hci_event() local 178 soc_id = (unsigned int)(rsp[PATCH_SOC_VER_OFFSET +3] << 24 | in get_vs_hci_event() 182 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id); in get_vs_hci_event() 188 chipset_ver = (buildversion << 16) |(soc_id & 0x0000ffff); in get_vs_hci_event()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_rome.c | 130 unsigned int soc_id = 0; in get_vs_hci_event() local 177 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 188 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); in get_vs_hci_event() 196 chipset_ver = (buildversion << 16) |(soc_id & 0x0000ffff); in get_vs_hci_event()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 124 unsigned int soc_id = 0; in get_vs_hci_event() local 169 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 179 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff); in get_vs_hci_event()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_rome.c | 126 unsigned int soc_id = 0; in get_vs_hci_event() local 172 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 182 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff); in get_vs_hci_event()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_rome.c | 139 unsigned int soc_id = 0; in get_vs_hci_event() local 184 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 194 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff); in get_vs_hci_event()
|