Home
last modified time | relevance | path

Searched refs:dcList (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java396 ArrayList<android.hardware.radio.V1_0.SetupDataCallResult> dcList) { in dataCallListChanged() argument
397 responseDataCallListChanged(indicationType, dcList); in dataCallListChanged()
402 ArrayList<android.hardware.radio.V1_4.SetupDataCallResult> dcList) { in dataCallListChanged_1_4() argument
403 responseDataCallListChanged(indicationType, dcList); in dataCallListChanged_1_4()
409 ArrayList<android.hardware.radio.V1_5.SetupDataCallResult> dcList) { in dataCallListChanged_1_5() argument
410 responseDataCallListChanged(indicationType, dcList); in dataCallListChanged_1_5()
415 ArrayList<android.hardware.radio.V1_6.SetupDataCallResult> dcList) { in dataCallListChanged_1_6() argument
416 responseDataCallListChanged(indicationType, dcList); in dataCallListChanged_1_6()
1386 private void responseDataCallListChanged(int indicationType, List<?> dcList) { in responseDataCallListChanged() argument
1389 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_DATA_CALL_LIST_CHANGED, dcList); in responseDataCallListChanged()
[all …]
/aosp12/hardware/interfaces/radio/1.4/
H A DIRadioIndication.hal83 * @param dcList Array of SetupDataCallResult identical to that returned by
91 oneway dataCallListChanged_1_4(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadioIndication.hal42 * @param dcList Array of SetupDataCallResult identical to that returned by
50 oneway dataCallListChanged_1_6(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadioIndication.hal106 * @param dcList Array of SetupDataCallResult identical to that returned by
114 oneway dataCallListChanged_1_5(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_utils_v1_5.h637 const hidl_vec<::android::hardware::radio::V1_5::SetupDataCallResult>& dcList);
661 android::hardware::radio::V1_4::SetupDataCallResult>& dcList);
728 android::hardware::radio::V1_0::SetupDataCallResult>& dcList);
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_utils_v1_6.h864 const hidl_vec<::android::hardware::radio::V1_6::SetupDataCallResult>& dcList);
901 const hidl_vec<::android::hardware::radio::V1_5::SetupDataCallResult>& dcList);
925 android::hardware::radio::V1_4::SetupDataCallResult>& dcList);
996 android::hardware::radio::V1_0::SetupDataCallResult>& dcList);
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DIwlanDataService.java717 List<DataCallResponse> dcList = new ArrayList<>(); in getCallList() local
722 dcList.add(dcRsp); in getCallList()
725 return dcList; in getCallList()
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_utils_v1_4.h563 android::hardware::radio::V1_4::SetupDataCallResult>& dcList);
629 android::hardware::radio::V1_0::SetupDataCallResult>& dcList);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java5004 ArrayList<DataConnection> dcList = new ArrayList<>(); in handlePcoData() local
5007 dcList.add(temp); in handlePcoData()
5009 if (dcList.size() == 0) { in handlePcoData()
5015 dcList.clear(); in handlePcoData()
5016 dcList.add(dc); in handlePcoData()
5024 dcList.add(dc); in handlePcoData()
5031 if (dcList.size() == 0) { in handlePcoData()
5035 for (DataConnection dc : dcList) { in handlePcoData()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal121 * @param dcList array of SetupDataCallResult identical to that
128 oneway dataCallListChanged(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_utils_v1_0.h446 RadioIndicationType type, const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_utils_v1_1.h466 RadioIndicationType type, const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_utils_v1_3.h534 const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_utils_v1_2.h560 RadioIndicationType type, const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp7068 hidl_vec<SetupDataCallResult> dcList; in dataCallListChangedInd() local
7069 convertRilDataCallListToHal(response, responseLen, dcList); in dataCallListChangedInd()
7074 convertIntToRadioIndicationType(indicationType), dcList); in dataCallListChangedInd()