Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioIndication-data.cpp54 V1_0::RadioIndicationType type, const hidl_vec<V1_5::SetupDataCallResult>& dcList) { in dataCallListChanged_1_5() argument
56 dataCb()->dataCallListChanged(toAidl(type), toAidl(dcList)); in dataCallListChanged_1_5()
61 V1_0::RadioIndicationType type, const hidl_vec<V1_6::SetupDataCallResult>& dcList) { in dataCallListChanged_1_6() argument
63 dataCb()->dataCallListChanged(toAidl(type), toAidl(dcList)); in dataCallListChanged_1_6()
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioDataIndication.aidl44 void dataCallListChanged(in RadioIndicationType type, in SetupDataCallResult[] dcList); in dataCallListChanged() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DIRadioDataIndication.aidl37 …dware.radio.RadioIndicationType type, in android.hardware.radio.data.SetupDataCallResult[] dcList); in dataCallListChanged() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DIRadioDataIndication.aidl38 …dware.radio.RadioIndicationType type, in android.hardware.radio.data.SetupDataCallResult[] dcList); in dataCallListChanged() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DIRadioDataIndication.aidl37 …dware.radio.RadioIndicationType type, in android.hardware.radio.data.SetupDataCallResult[] dcList); in dataCallListChanged() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DIRadioDataIndication.aidl38 …dware.radio.RadioIndicationType type, in android.hardware.radio.data.SetupDataCallResult[] dcList); in dataCallListChanged() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h81 const hidl_vec<V1_0::SetupDataCallResult>& dcList) override;
168 const hidl_vec<V1_4::SetupDataCallResult>& dcList) override;
188 const hidl_vec<V1_5::SetupDataCallResult>& dcList) override;
193 const hidl_vec<V1_6::SetupDataCallResult>& dcList) override;
/hardware/interfaces/radio/1.4/
DIRadioIndication.hal83 * @param dcList Array of SetupDataCallResult identical to that returned by
91 oneway dataCallListChanged_1_4(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/hardware/interfaces/radio/1.6/
DIRadioIndication.hal42 * @param dcList Array of SetupDataCallResult identical to that returned by
50 oneway dataCallListChanged_1_6(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/hardware/interfaces/radio/aidl/vts/
Dradio_data_utils.h89 RadioIndicationType type, const std::vector<SetupDataCallResult>& dcList) override;
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal106 * @param dcList Array of SetupDataCallResult identical to that returned by
114 oneway dataCallListChanged_1_5(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/hardware/interfaces/radio/1.5/vts/functional/
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);
/hardware/interfaces/radio/1.6/vts/functional/
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);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h563 android::hardware::radio::V1_4::SetupDataCallResult>& dcList);
629 android::hardware::radio::V1_0::SetupDataCallResult>& dcList);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal121 * @param dcList array of SetupDataCallResult identical to that
128 oneway dataCallListChanged(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h446 RadioIndicationType type, const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h466 RadioIndicationType type, const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h534 const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h560 RadioIndicationType type, const ::android::hardware::hidl_vec<SetupDataCallResult>& dcList);
/hardware/ril/libril/
Dril_service.cpp7068 hidl_vec<SetupDataCallResult> dcList; in dataCallListChangedInd() local
7069 convertRilDataCallListToHal(response, responseLen, dcList); in dataCallListChangedInd()
7074 convertIntToRadioIndicationType(indicationType), dcList); in dataCallListChangedInd()