Searched refs:soc_id (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 126 unsigned int soc_id = 0; in get_vs_hci_event() local 171 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 182 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); in get_vs_hci_event() 191 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff); in get_vs_hci_event()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_rome.c | 128 unsigned int soc_id = 0; in get_vs_hci_event() local 174 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 185 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); in get_vs_hci_event() 194 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff); in get_vs_hci_event()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_rome.c | 126 unsigned int soc_id = 0; in get_vs_hci_event() local 171 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() 182 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id); in get_vs_hci_event() 191 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff); in get_vs_hci_event()
|
/hardware/ril/libril/ |
D | ril.cpp | 5154 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; in RIL_onUnsolicitedResponse() local 5157 soc_id = socket_id; in RIL_onUnsolicitedResponse() 5220 newState = processRadioState(CALL_ONSTATEREQUEST(soc_id), soc_id); in RIL_onUnsolicitedResponse() 5223 radioStateToString(CALL_ONSTATEREQUEST(soc_id))); in RIL_onUnsolicitedResponse() 5255 …RLOGI("%s UNSOLICITED: %s length:%d", rilSocketIdToString(soc_id), requestToString(unsolResponse),… in RIL_onUnsolicitedResponse() 5257 ret = sendResponse(p, soc_id); in RIL_onUnsolicitedResponse()
|