Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java109 RIL mRil;
111 RadioIndication(RIL ril) { in RadioIndication()
124 if (RIL.RILJ_LOGD) { in radioStateChanged()
135 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED); in callStateChanged()
147 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NETWORK_STATE_CHANGED); in networkStateChanged()
155 byte[] pduArray = RIL.arrayListToPrimitiveArray(pdu); in newSms()
156 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS); in newSms()
170 byte[] pduArray = RIL.arrayListToPrimitiveArray(pdu); in newSmsStatusReport()
171 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT); in newSmsStatusReport()
181 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM); in newSmsOnSim()
[all …]
DOemHookIndication.java30 RIL mRil;
32 public OemHookIndication(RIL ril) { in OemHookIndication()
43 byte[] response = RIL.arrayListToPrimitiveArray(data); in oemHookRaw()
44 if (RIL.RILJ_LOGD) { in oemHookRaw()
DRILRequest.java96 rr.mWakeLockType = RIL.INVALID_WAKELOCK; in obtain()
164 if (mWakeLockType != RIL.INVALID_WAKELOCK) { in release()
166 if (mWakeLockType == RIL.FOR_WAKELOCK) { in release()
209 if (RIL.RILJ_LOGD) { in onError()
211 + RIL.requestToString(mRequest) in onError()
212 + " error: " + ex + " ret=" + RIL.retToString(mRequest, ret)); in onError()
DOemHookResponse.java29 RIL mRil;
31 public OemHookResponse(RIL ril) { in OemHookResponse()
45 ret = RIL.arrayListToPrimitiveArray(data); in sendRequestRawResponse()
DRadioResponse.java68 RIL mRil;
70 public RadioResponse(RIL ril) { in RadioResponse()
1183 RadioCapability ret = RIL.convertHalRadioCapability(rc, mRil); in getRadioCapabilityResponse()
1660 static void responseStringArrayList(RIL ril, RadioResponseInfo responseInfo, in responseStringArrayList()
1697 SignalStrength ret = RIL.convertHalSignalStrength(signalStrength); in responseSignalStrength()
1711 SignalStrength ret = RIL.convertHalSignalStrength_1_2(signalStrength); in responseSignalStrength_1_2()
1938 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(cellInfo); in responseCellInfoList()
1952 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList_1_2(cellInfo); in responseCellInfoList_1_2()
1992 ArrayList<HardwareConfig> ret = RIL.convertHalHwConfigList(config, mRil); in responseHardwareConfig()
2023 RadioCapability ret = RIL.convertHalRadioCapability(rc, mRil); in responseRadioCapability()
[all …]
DPhoneFactory.java162 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone()
171 sCommandsInterfaces[i] = new RIL(context, networkModes[i], in makeDefaultPhone()
DRIL.java127 public class RIL extends BaseCommands implements CommandsInterface { class
441 public RIL(Context context, int preferredNetworkType, int cdmaSubscription) { in RIL() method in RIL
445 public RIL(Context context, int preferredNetworkType, in RIL() method in RIL
3966 Rlog.e(RIL.RILJ_LOG_TAG, "Radio Proxy object is null!"); in stopNattKeepalive()
4089 Rlog.w(RIL.RILJ_LOG_TAG, "processRequestAck: Unexpected solicited ack response! " in processRequestAck()
4093 if (RIL.RILJ_LOGD) { in processRequestAck()
4094 riljLog(rr.serialString() + " Ack < " + RIL.requestToString(rr.mRequest)); in processRequestAck()
4131 Rlog.e(RIL.RILJ_LOG_TAG, "processResponse: Unexpected response! serial: " + serial in processResponse()
4141 if (RIL.RILJ_LOGD) { in processResponse()
4143 + RIL.requestToString(rr.mRequest) + " Sending ack to ril.cpp"); in processResponse()
[all …]
DPhone.java3778 if (mCi != null && mCi instanceof RIL) { in dump()
3780 ((RIL)mCi).dump(fd, pw, args); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java132 import com.android.internal.telephony.RIL.RilHandler;
162 private RIL mRILInstance;
163 private RIL mRILUnderTest;
247 mRILInstance = new RIL(context, RILConstants.PREFERRED_NETWORK_MODE, in onLooperPrepared()
1019 assertTrue(mRILInstance.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in testWakeLockTimeout()
1024 assertFalse(mRILInstance.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in testWakeLockTimeout()
1047 private static void verifyRILResponse(RIL ril, int serial, int requestType) { in verifyRILResponse()
1056 assertTrue(ril.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in verifyRILResponse()
1060 assertFalse(ril.getWakeLock(RIL.FOR_WAKELOCK).isHeld()); in verifyRILResponse()
1096 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(records); in testConvertHalCellInfoListForLTE()
[all …]
/frameworks/opt/telephony/proto/src/
Dtelephony.proto385 // Errors returned by RIL
467 // Subscription not supported by RIL
489 // Vendor RIL got unexpected or incorrect response from modem for this request
621 // RIL request result
631 // RIL request result
688 // RIL response to RilSetupDataCall
833 // value RIL wants to override the one pre-configured in FW
931 // RIL Service State
943 // RIL error code
1022 // Send request to RIL
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java57 import com.android.internal.telephony.RIL;
509 List<TelephonyHistogram> rilHistograms = RIL.getTelephonyRILTimingHistograms(); in buildProto()
/frameworks/base/config/
Dboot-image-profile.txt9653 HPLcom/android/internal/telephony/RIL;->acknowledgeLastIncomingGsmSms(ZILandroid/os/Message;)V
9654 HPLcom/android/internal/telephony/RIL;->deactivateDataCall(IILandroid/os/Message;)V
9655 HPLcom/android/internal/telephony/RIL;->getDataCallList(Landroid/os/Message;)V
9656 HPLcom/android/internal/telephony/RIL;->getNeighboringCids(Landroid/os/Message;Landroid/os/WorkSour…
9657 HPLcom/android/internal/telephony/RIL;->getTelephonyRILTimingHistograms()Ljava/util/List;
9658 HPLcom/android/internal/telephony/RIL;->sendImsGsmSms(Ljava/lang/String;Ljava/lang/String;IILandroi…
9659 HPLcom/android/internal/telephony/RIL;->writeMetricsNewSms(II)V
40581 HSPLcom/android/internal/telephony/RIL$RilHandler;->handleMessage(Landroid/os/Message;)V
40582 HSPLcom/android/internal/telephony/RIL;-><init>(Landroid/content/Context;IILjava/lang/Integer;)V
40583 HSPLcom/android/internal/telephony/RIL;->acquireWakeLock(Lcom/android/internal/telephony/RILRequest…
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1787 // These test cases all assume the RIL OEM hooks