Searched refs:setDataThrottling (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
D | RadioData.cpp | 114 ScopedAStatus RadioData::setDataThrottling(int32_t serial, aidl::DataThrottlingAction dta, in setDataThrottling() function in android::hardware::radio::compat::RadioData 118 mHal1_6->setDataThrottling(serial, V1_6::DataThrottlingAction(dta), completionDurationMs); in setDataThrottling()
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_data_test.cpp | 264 TEST_P(RadioDataTest, setDataThrottling) { in TEST_P() argument 274 ndk::ScopedAStatus res = radio_data->setDataThrottling( in TEST_P() 293 res = radio_data->setDataThrottling(serial, DataThrottlingAction::THROTTLE_ANCHOR_CARRIER, in TEST_P() 311 res = radio_data->setDataThrottling(serial, DataThrottlingAction::HOLD, 60000); in TEST_P() 329 res = radio_data->setDataThrottling(serial, DataThrottlingAction::NO_DATA_THROTTLING, 60000); in TEST_P()
|
/hardware/interfaces/radio/aidl/android/hardware/radio/data/ |
D | IRadioData.aidl | 179 void setDataThrottling(in int serial, in DataThrottlingAction dataThrottlingAction, in setDataThrottling() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/ |
D | IRadioData.aidl | 46 …oneway void setDataThrottling(in int serial, in android.hardware.radio.data.DataThrottlingAction d… in setDataThrottling() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/ |
D | IRadioData.aidl | 47 …oneway void setDataThrottling(in int serial, in android.hardware.radio.data.DataThrottlingAction d… in setDataThrottling() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/ |
D | IRadioData.aidl | 46 …oneway void setDataThrottling(in int serial, in android.hardware.radio.data.DataThrottlingAction d… in setDataThrottling() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/ |
D | IRadioData.aidl | 47 …oneway void setDataThrottling(in int serial, in android.hardware.radio.data.DataThrottlingAction d… in setDataThrottling() method
|
/hardware/interfaces/radio/config/1.3/ |
D | IRadioConfigResponse.hal | 37 * - Requesting android.hardware.radio@1.6::IRadio.setDataThrottling()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioData.h | 39 ::ndk::ScopedAStatus setDataThrottling(
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_hidl_hal_api.cpp | 493 TEST_P(RadioHidlTest_v1_6, setDataThrottling) { in TEST_P() argument 496 Return<void> res = radio_v1_6->setDataThrottling( in TEST_P() 520 res = radio_v1_6->setDataThrottling(serial, DataThrottlingAction::THROTTLE_ANCHOR_CARRIER, in TEST_P() 543 res = radio_v1_6->setDataThrottling(serial, DataThrottlingAction::HOLD, 60000); in TEST_P() 566 res = radio_v1_6->setDataThrottling(serial, DataThrottlingAction::NO_DATA_THROTTLING, 60000); in TEST_P()
|
/hardware/interfaces/radio/1.6/ |
D | IRadio.hal | 397 oneway setDataThrottling(int32_t serial,
|