Searched refs:soc_id (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sdm845/thermal/ |
D | thermal_target.c | 42 int soc_id; member 630 int soc_id = -1; in therm_get_soc_id() local 639 soc_id = atoi(buf); in therm_get_soc_id() 641 if (soc_id == msm_soc_table[idx].soc_id) { in therm_get_soc_id() 647 ALOGE("Unknown target identified with soc id %d\n", soc_id); in therm_get_soc_id()
|
/hardware/ril/libril/ |
D | ril.cpp | 735 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; in RIL_onUnsolicitedResponse() local 738 soc_id = socket_id; in RIL_onUnsolicitedResponse() 782 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() 789 radio::setNitzTimeReceived((int) soc_id, android::elapsedRealtime()); in RIL_onUnsolicitedResponse() 797 (int) soc_id, responseType, 0, RIL_E_SUCCESS, const_cast<void*>(data), in RIL_onUnsolicitedResponse() 822 RLOGI("%s UNSOLICITED: %s length:%zu", rilSocketIdToString(soc_id), in RIL_onUnsolicitedResponse()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_rome.c | 131 unsigned int soc_id = 0; in get_vs_hci_event() local 178 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 189 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); in get_vs_hci_event() 197 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/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/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()
|