Home
last modified time | relevance | path

Searched refs:soc_id (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm7250/media/media-prop/
Dinit.qti.media.sh33 if [ -f /sys/devices/soc0/soc_id ]; then
34 soc_hwid=`cat /sys/devices/soc0/soc_id` 2> /dev/null
/hardware/qcom/sdm845/thermal/
Dthermal_target.c42 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/
Dthermal_target.c42 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/
Dloc_target.cpp157 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/
Dloc_target.cpp157 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/
Dloc_target.cpp157 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/
Dril.cpp733 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/
Dhw_rome.c131 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/
Dhw_rome.c130 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/
Dhw_rome.c124 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/
Dhw_rome.c126 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/
Dhw_rome.c139 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()