/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioIndication.java | 129 RIL mRil; 131 RadioIndication(RIL ril) { in RadioIndication() 144 if (RIL.RILJ_LOGD) { in radioStateChanged() 175 byte[] pduArray = RIL.arrayListToPrimitiveArray(pdu); in newSms() 188 byte[] pduArray = RIL.arrayListToPrimitiveArray(pdu); in newSmsStatusReport() 553 if (RIL.RILJ_LOGD) { in newBroadcastSms() 860 if (RIL.RILJ_LOGD) { in uiccApplicationsEnablementChanged() 1032 RIL.arrayListToPrimitiveArray(pco.contents)); in pcoData() 1070 if (RIL.RILJ_LOGD) { in keepaliveStatus() 1087 if (RIL.RILJ_LOGD) { in simPhonebookChanged() [all …]
|
H A D | RILRequest.java | 105 rr.mWakeLockType = RIL.INVALID_WAKELOCK; in obtain() 192 if (mWakeLockType != RIL.INVALID_WAKELOCK) { in release() 194 if (mWakeLockType == RIL.FOR_WAKELOCK) { in release() 239 if (RIL.RILJ_LOGD) { in onError() 241 + RIL.requestToString(mRequest) in onError() 242 + " error: " + ex + " ret=" + RIL.retToString(mRequest, ret) in onError()
|
H A D | RadioResponse.java | 91 RIL mRil; 93 public RadioResponse(RIL ril) { in RadioResponse() 408 mRil.setCompatVersion(request, RIL.RADIO_HAL_VERSION_1_4); in getVoiceRegistrationStateResponse_1_5() 506 mRil.setCompatVersion(request, RIL.RADIO_HAL_VERSION_1_4); in getDataRegistrationStateResponse_1_5() 865 responseScanStatus(responseInfo, RIL.RADIO_HAL_VERSION_1_4); in startNetworkScanResponse_1_5() 1626 RadioCapability ret = RIL.convertHalRadioCapability(rc, mRil); in getRadioCapabilityResponse() 2472 long messageId = RIL.getOutgoingSmsMessageId(rr.mResult); in responseSms() 2486 long messageId = RIL.getOutgoingSmsMessageId(rr.mResult); in responseSms_1_6() 2606 mRil.setCompatVersion(request, RIL.RADIO_HAL_VERSION_1_4); in responseScanStatus() 2629 RIL.convertDataCallResultList(dataCallResultList); in responseDataCallList() [all …]
|
H A D | PhoneFactory.java | 166 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone() 175 sCommandsInterfaces[i] = new RIL(context, in makeDefaultPhone() 302 sCommandsInterfaces[i] = new RIL(context, RadioAccessFamily.getRafFromNetworkType( in onMultiSimConfigChanged()
|
H A D | RadioConfigResponse.java | 296 if (radioHalVersion.equals(RIL.RADIO_HAL_VERSION_UNKNOWN)) { in getCaps() 302 if (radioHalVersion.greaterOrEqual(RIL.RADIO_HAL_VERSION_1_6)) { in getCaps()
|
H A D | DeviceStateMonitor.java | 647 if (mPhone.getHalVersion().greaterOrEqual(RIL.RADIO_HAL_VERSION_1_5)) { in setSignalStrengthReportingCriteria() 677 if (mPhone.getHalVersion().greaterOrEqual(RIL.RADIO_HAL_VERSION_1_5)) { in setLinkCapacityReportingCriteria()
|
H A D | RIL.java | 160 public class RIL extends BaseCommands implements CommandsInterface { class 601 public RIL(Context context, int allowedNetworkTypes, int cdmaSubscription) { in RIL() method in RIL 606 public RIL(Context context, int allowedNetworkTypes, in RIL() method in RIL 6082 if (RIL.RILJ_LOGD) { in processRequestAck() 6149 if (RIL.RILJ_LOGD) { in processResponseInternal() 6289 acquireWakeLock(rr, RIL.FOR_ACK_WAKELOCK); in sendAck() 7288 RIL ril) { in convertHalHwConfigList() 7327 android.hardware.radio.V1_0.RadioCapability rcRil, RIL ril) { in convertHalRadioCapability() 7345 static List<LinkCapacityEstimate> convertHalLceData(LceDataInfo halData, RIL ril) { in convertHalLceData() 7355 android.hardware.radio.V1_2.LinkCapacityEstimate halData, RIL ril) { in convertHalLceData() [all …]
|
H A D | Phone.java | 4735 if (mCi != null && mCi instanceof RIL) { in getHalVersion() 4736 return ((RIL) mCi).getHalVersion(); in getHalVersion() 4738 return RIL.RADIO_HAL_VERSION_UNKNOWN; in getHalVersion() 5011 if (mCi != null && mCi instanceof RIL) { in dump() 5013 ((RIL)mCi).dump(fd, pw, args); in dump()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 214 private RIL mRILInstance; 215 private RIL mRILUnderTest; 311 mRILInstance = new RIL(context, in setUp() 1395 assertTrue(ril.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in verifyRILResponse() 1412 assertTrue(ril.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in verifyRILResponse_1_6() 1428 assertTrue(ril.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in verifyRILErrorResponse() 1446 assertTrue(ril.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in verifyRILUnsupportedResponse() 2499 return RIL.convertHalCellInfoList_1_2(records); in getCellInfoListForLTE() 2528 return RIL.convertHalCellInfoList_1_2(records); in getCellInfoListForGSM() 2571 return RIL.convertHalCellInfoList_1_2(records); in getCellInfoListForWcdma() [all …]
|
H A D | RadioConfigResponseTest.java | 47 Set<String> caps = RadioConfigResponse.getCaps(RIL.RADIO_HAL_VERSION_1_5, false); in testVersion_1_5() 63 Set<String> caps = RadioConfigResponse.getCaps(RIL.RADIO_HAL_VERSION_1_6, true); in testReducedFeatureSet() 81 Set<String> caps = RadioConfigResponse.getCaps(RIL.RADIO_HAL_VERSION_1_6, false); in testNonReducedFeatureSet()
|
H A D | SimulatedCommands.java | 64 import com.android.internal.telephony.RIL; 1223 DataCallResponse response = RIL.convertDataCallResult(mSetupDataCallResult); in setupDataCall()
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | telephony.proto | 496 // Errors returned by RIL 801 // RIL request result 811 // RIL request result 988 // RIL response to RilSetupDataCall 1792 // RIL Service State 1804 // RIL error code 1954 // Send request to RIL 1957 // Result of the RIL request 2386 // RIL error code 2389 // RIL request [all …]
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | TransportManager.java | 39 import com.android.internal.telephony.RIL; 344 return mPhone.getHalVersion().less(RIL.RADIO_HAL_VERSION_1_4); in isInLegacyMode()
|
H A D | DataConnection.java | 87 import com.android.internal.telephony.RIL; 1593 if (mPhone.getHalVersion().greaterOrEqual(RIL.RADIO_HAL_VERSION_1_2) in updateLinkBandwidthsFromModem() 3641 } else if (mPhone.getHalVersion().greaterOrEqual(RIL.RADIO_HAL_VERSION_1_6) in getSuggestedRetryDelay() 3645 } else if (mPhone.getHalVersion().less(RIL.RADIO_HAL_VERSION_1_6) in getSuggestedRetryDelay()
|
/aosp12/hardware/ril/librilutils/proto/ |
H A D | sap-api.proto | 7 // SAP Interface to RIL 9 // The protocol for the binary wire format to RIL shall consist of
|
/aosp12/hardware/interfaces/gnss/2.0/ |
H A D | IAGnssRil.hal | 22 * Extended interface for AGNSS RIL support. An Assisted GNSS Radio Interface
|
/aosp12/system/libsysprop/srcs/android/sysprop/ |
H A D | TelephonyProperties.sysprop | 44 # Radio Interface Layer (RIL) library implementation. 262 # Set to true for vendor RIL's that send multiple UNSOL_CALL_RING notifications.
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IAGnssRil.hal | 22 * Extended interface for AGNSS RIL support. An Assisted GNSS Radio Interface
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | IRadio.hal | 153 * a roaming network. The 'protocol' parameter in the old RIL API must be filled
|
/aosp12/frameworks/base/config/ |
H A D | dirty-image-objects | 299 Lcom/android/internal/telephony/RIL;
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnectionService.java | 62 import com.android.internal.telephony.RIL; 790 && phone.getHalVersion().less(RIL.RADIO_HAL_VERSION_1_4); in onCreateOutgoingConnection()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 85 SUBSCRIPTION_NOT_SUPPORTED = 26, // Subscription not supported by RIL 92 MODEM_ERR = 40, // Vendor RIL got unexpected or incorrect response 1355 // indicates the suggested retry back-off timer value RIL
|
H A D | IRadio.hal | 384 * RIL API must be filled accordingly based on the roaming condition. 1418 * RIL API RIL_DataProfileInfo must be filled accordingly based on the
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 83 import com.android.internal.telephony.RIL; 778 List<TelephonyHistogram> rilHistograms = RIL.getTelephonyRILTimingHistograms(); in buildProto()
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | types.hal | 486 * value RIL wants to override the one pre-configured in FW. The unit is milliseconds.
|