Home
last modified time | relevance | path

Searched defs:setNumOfLiveModems (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/2/android/hardware/radio/config/
DIRadioConfig.aidl49 oneway void setNumOfLiveModems(in int serial, in byte numOfLiveModems); in setNumOfLiveModems() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/1/android/hardware/radio/config/
DIRadioConfig.aidl49 oneway void setNumOfLiveModems(in int serial, in byte numOfLiveModems); in setNumOfLiveModems() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/3/android/hardware/radio/config/
DIRadioConfig.aidl50 oneway void setNumOfLiveModems(in int serial, in byte numOfLiveModems); in setNumOfLiveModems() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/
DIRadioConfig.aidl50 oneway void setNumOfLiveModems(in int serial, in byte numOfLiveModems); in setNumOfLiveModems() method
/hardware/interfaces/radio/aidl/android/hardware/radio/config/
DIRadioConfig.aidl107 void setNumOfLiveModems(in int serial, in byte numOfLiveModems); in setNumOfLiveModems() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/config/
DRadioConfig.cpp78 ScopedAStatus RadioConfig::setNumOfLiveModems(int32_t serial, int8_t numOfLiveModems) { in setNumOfLiveModems() function in android::hardware::radio::compat::RadioConfig