Home
last modified time | relevance | path

Searched refs:setSimSlotsMapping (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/radio/config/1.0/vts/functional/
Dradio_config_hidl_hal_api.cpp41 TEST_P(RadioConfigHidlTest, setSimSlotsMapping) { in TEST_P() argument
44 Return<void> res = radioConfig->setSimSlotsMapping(serial, mapping); in TEST_P()
/hardware/interfaces/radio/aidl/compat/libradiocompat/config/
DRadioConfig.cpp105 ScopedAStatus RadioConfig::setSimSlotsMapping( // in setSimSlotsMapping() function in android::hardware::radio::compat::RadioConfig
108 mHal1_1->setSimSlotsMapping(serial, toHidl(slotMap)); in setSimSlotsMapping()
/hardware/interfaces/radio/config/1.0/default/
DRadioConfig.cpp44 Return<void> RadioConfig::setSimSlotsMapping(int32_t /* serial */, in setSimSlotsMapping() function in android::hardware::radio::config::V1_0::implementation::RadioConfig
DRadioConfig.h49 Return<void> setSimSlotsMapping(int32_t serial, const hidl_vec<uint32_t>& slotMap) override;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/2/android/hardware/radio/config/
DIRadioConfig.aidl52 …oneway void setSimSlotsMapping(in int serial, in android.hardware.radio.config.SlotPortMapping[] s… in setSimSlotsMapping() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/1/android/hardware/radio/config/
DIRadioConfig.aidl52 …oneway void setSimSlotsMapping(in int serial, in android.hardware.radio.config.SlotPortMapping[] s… in setSimSlotsMapping() method
/hardware/interfaces/radio/aidl/android/hardware/radio/config/
DIRadioConfig.aidl193 void setSimSlotsMapping(in int serial, in SlotPortMapping[] slotMap); in setSimSlotsMapping() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/3/android/hardware/radio/config/
DIRadioConfig.aidl53 …oneway void setSimSlotsMapping(in int serial, in android.hardware.radio.config.SlotPortMapping[] s… in setSimSlotsMapping() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/
DIRadioConfig.aidl53 …oneway void setSimSlotsMapping(in int serial, in android.hardware.radio.config.SlotPortMapping[] s… in setSimSlotsMapping() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioConfig.h54 ::ndk::ScopedAStatus setSimSlotsMapping(
/hardware/interfaces/radio/aidl/vts/
Dradio_config_test.cpp245 TEST_P(RadioConfigTest, setSimSlotsMapping) { in TEST_P() argument
302 ndk::ScopedAStatus res = radio_config->setSimSlotsMapping(serial, slotPortMappingList); in TEST_P()
/hardware/interfaces/radio/config/1.0/
DIRadioConfig.hal81 oneway setSimSlotsMapping(int32_t serial, vec<uint32_t> slotMap);