Home
last modified time | relevance | path

Searched refs:setSystemSelectionChannels (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetwork.aidl388 void setSystemSelectionChannels( in setSystemSelectionChannels() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetwork.aidl67 …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/
DIRadioNetwork.aidl67 …oneway void setSystemSelectionChannels(in int serial, in boolean specifyChannels, in android.hardw… in setSystemSelectionChannels() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioNetwork.h78 ::ndk::ScopedAStatus setSystemSelectionChannels(
/hardware/interfaces/radio/1.3/
DIRadio.hal48 oneway setSystemSelectionChannels(int32_t serial, bool specifyChannels,
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioNetwork.cpp275 ScopedAStatus RadioNetwork::setSystemSelectionChannels( // in setSystemSelectionChannels() function in android::hardware::radio::compat::RadioNetwork
/hardware/interfaces/radio/aidl/vts/
Dradio_network_test.cpp770 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()