Searched refs:soc_id (Results 1 – 4 of 4) sorted by relevance
/device/google/coral/ |
D | init.qcom.usb.sh | 63 if [ -f /sys/devices/soc0/soc_id ]; then 64 soc_id=`cat /sys/devices/soc0/soc_id` 66 soc_id=`cat /sys/devices/system/soc/soc0/id` 107 case "$soc_id" in 185 case "$soc_id" in
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril.cpp | 734 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; in RIL_onUnsolicitedResponse() local 737 soc_id = socket_id; in RIL_onUnsolicitedResponse() 781 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() 788 radio_1_6::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() 824 RLOGI("%s UNSOLICITED: %s length:%zu", rilSocketIdToString(soc_id), in RIL_onUnsolicitedResponse()
|
/device/generic/goldfish/radio/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()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 765 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; in RIL_onUnsolicitedResponse() local 769 soc_id = socket_id; in RIL_onUnsolicitedResponse() 825 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() 832 radio_1_6::setNitzTimeReceived((int) soc_id, android::elapsedRealtime()); in RIL_onUnsolicitedResponse() 839 ret = pURI->responseFunction((int) soc_id, responseType, 0, RIL_E_SUCCESS, in RIL_onUnsolicitedResponse() 866 RLOGI("%s UNSOLICITED: %s length:%zu", rilSocketIdToString(soc_id), in RIL_onUnsolicitedResponse()
|