Home
last modified time | relevance | path

Searched refs:RIL (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java129 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 DRILRequest.java105 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 DRadioResponse.java91 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 DPhoneFactory.java166 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 DRadioConfigResponse.java296 if (radioHalVersion.equals(RIL.RADIO_HAL_VERSION_UNKNOWN)) { in getCaps()
302 if (radioHalVersion.greaterOrEqual(RIL.RADIO_HAL_VERSION_1_6)) { in getCaps()
H A DDeviceStateMonitor.java647 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 DRIL.java160 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 DPhone.java4735 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 DRILTest.java214 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 DRadioConfigResponseTest.java47 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 DSimulatedCommands.java64 import com.android.internal.telephony.RIL;
1223 DataCallResponse response = RIL.convertDataCallResult(mSetupDataCallResult); in setupDataCall()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto496 // 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 DTransportManager.java39 import com.android.internal.telephony.RIL;
344 return mPhone.getHalVersion().less(RIL.RADIO_HAL_VERSION_1_4); in isInLegacyMode()
H A DDataConnection.java87 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 Dsap-api.proto7 // 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 DIAGnssRil.hal22 * Extended interface for AGNSS RIL support. An Assisted GNSS Radio Interface
/aosp12/system/libsysprop/srcs/android/sysprop/
H A DTelephonyProperties.sysprop44 # 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 DIAGnssRil.hal22 * Extended interface for AGNSS RIL support. An Assisted GNSS Radio Interface
/aosp12/hardware/interfaces/radio/1.2/
H A DIRadio.hal153 * a roaming network. The 'protocol' parameter in the old RIL API must be filled
/aosp12/frameworks/base/config/
H A Ddirty-image-objects299 Lcom/android/internal/telephony/RIL;
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java62 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 Dtypes.hal85 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 DIRadio.hal384 * 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 DTelephonyMetrics.java83 import com.android.internal.telephony.RIL;
778 List<TelephonyHistogram> rilHistograms = RIL.getTelephonyRILTimingHistograms(); in buildProto()
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal486 * value RIL wants to override the one pre-configured in FW. The unit is milliseconds.

12