Searched refs:soc_id (Results 1 – 6 of 6) sorted by relevance
/hardware/ril/libril/ |
D | ril.cpp | 730 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; in RIL_onUnsolicitedResponse() local 733 soc_id = socket_id; in RIL_onUnsolicitedResponse() 777 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() 782 (int) soc_id, responseType, 0, RIL_E_SUCCESS, const_cast<void*>(data), in RIL_onUnsolicitedResponse() 806 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/sdm845/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/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/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/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()
|