Home
last modified time | relevance | path

Searched refs:setDataThrottling (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioData.cpp114 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/
Dradio_data_test.cpp264 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/
DIRadioData.aidl179 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/
DIRadioData.aidl46 …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/
DIRadioData.aidl47 …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/
DIRadioData.aidl46 …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/
DIRadioData.aidl47 …oneway void setDataThrottling(in int serial, in android.hardware.radio.data.DataThrottlingAction d… in setDataThrottling() method
/hardware/interfaces/radio/config/1.3/
DIRadioConfigResponse.hal37 * - Requesting android.hardware.radio@1.6::IRadio.setDataThrottling()
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioData.h39 ::ndk::ScopedAStatus setDataThrottling(
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_api.cpp493 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/
DIRadio.hal397 oneway setDataThrottling(int32_t serial,