/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
D | RadioIndication-data.cpp | 81 Return<void> RadioIndication::unthrottleApn(V1_0::RadioIndicationType type, in unthrottleApn() function in android::hardware::radio::compat::RadioIndication 84 dataCb()->unthrottleApn(toAidl(type), mContext->getDataProfile(apn)); in unthrottleApn()
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_data_indication.cpp | 36 ndk::ScopedAStatus RadioDataIndication::unthrottleApn(RadioIndicationType /*type*/, in unthrottleApn() function in RadioDataIndication
|
D | radio_data_utils.h | 96 virtual ndk::ScopedAStatus unthrottleApn(RadioIndicationType type,
|
/hardware/interfaces/radio/aidl/android/hardware/radio/data/ |
D | IRadioDataIndication.aidl | 76 void unthrottleApn(in RadioIndicationType type, in DataProfileInfo dataProfileInfo); in unthrottleApn() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/ |
D | IRadioDataIndication.aidl | 40 …oneway void unthrottleApn(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in unthrottleApn() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/ |
D | IRadioDataIndication.aidl | 41 …oneway void unthrottleApn(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in unthrottleApn() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/ |
D | IRadioDataIndication.aidl | 40 …oneway void unthrottleApn(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in unthrottleApn() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/ |
D | IRadioDataIndication.aidl | 41 …oneway void unthrottleApn(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in unthrottleApn() method
|
/hardware/interfaces/radio/1.6/ |
D | IRadioIndication.hal | 57 * When IRadioIndication@1.6::unthrottleApn is sent, AOSP will no longer throttle calls 63 oneway unthrottleApn(RadioIndicationType type, string apn);
|
D | types.hal | 291 * IRadioIndication@1.6::unthrottleApn is sent with the same APN.
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_indication.cpp | 28 Return<void> RadioIndication_v1_6::unthrottleApn(RadioIndicationType /*type*/, in unthrottleApn() function in RadioIndication_v1_6
|
D | radio_hidl_hal_utils_v1_6.h | 866 Return<void> unthrottleApn(RadioIndicationType type,
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioIndication.h | 194 Return<void> unthrottleApn(V1_0::RadioIndicationType type, const hidl_string& apn) override;
|