Searched refs:setSystemSelectionChannels (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
D | IRadioNetwork.aidl | 388 void setSystemSelectionChannels( in setSystemSelectionChannels() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/ |
D | IRadioNetwork.aidl | 67 …oneway void setSystemSelectionChannels(in int serial, in boolean specifyChannels, in android.hardw… in setSystemSelectionChannels() method
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/ |
D | IRadioNetwork.aidl | 67 …oneway void setSystemSelectionChannels(in int serial, in boolean specifyChannels, in android.hardw… in setSystemSelectionChannels() method
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioNetwork.h | 78 ::ndk::ScopedAStatus setSystemSelectionChannels(
|
/hardware/interfaces/radio/1.3/ |
D | IRadio.hal | 48 oneway setSystemSelectionChannels(int32_t serial, bool specifyChannels,
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioNetwork.cpp | 275 ScopedAStatus RadioNetwork::setSystemSelectionChannels( // in setSystemSelectionChannels() function in android::hardware::radio::compat::RadioNetwork
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_network_test.cpp | 770 TEST_P(RadioNetworkTest, setSystemSelectionChannels) { in TEST_P() argument 795 res = radio_network->setSystemSelectionChannels(serial, true, {specifierP900, specifier850}); in TEST_P() 808 res = radio_network->setSystemSelectionChannels(serial, false, in TEST_P() 820 res = radio_network->setSystemSelectionChannels(serial, true, originalSpecifiers); in TEST_P()
|