Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioIndication-data.cpp81 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/
Dradio_data_indication.cpp36 ndk::ScopedAStatus RadioDataIndication::unthrottleApn(RadioIndicationType /*type*/, in unthrottleApn() function in RadioDataIndication
Dradio_data_utils.h96 virtual ndk::ScopedAStatus unthrottleApn(RadioIndicationType type,
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioDataIndication.aidl76 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/
DIRadioDataIndication.aidl40 …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/
DIRadioDataIndication.aidl41 …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/
DIRadioDataIndication.aidl40 …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/
DIRadioDataIndication.aidl41 …oneway void unthrottleApn(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in unthrottleApn() method
/hardware/interfaces/radio/1.6/
DIRadioIndication.hal57 * When IRadioIndication@1.6::unthrottleApn is sent, AOSP will no longer throttle calls
63 oneway unthrottleApn(RadioIndicationType type, string apn);
Dtypes.hal291 * IRadioIndication@1.6::unthrottleApn is sent with the same APN.
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp28 Return<void> RadioIndication_v1_6::unthrottleApn(RadioIndicationType /*type*/, in unthrottleApn() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h866 Return<void> unthrottleApn(RadioIndicationType type,
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h194 Return<void> unthrottleApn(V1_0::RadioIndicationType type, const hidl_string& apn) override;