Home
last modified time | relevance | path

Searched refs:getSystemSelectionChannels (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetwork.aidl48 oneway void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetwork.aidl180 void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetwork.aidl51 oneway void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioNetwork.cpp121 ScopedAStatus RadioNetwork::getSystemSelectionChannels(int32_t serial) { in getSystemSelectionChannels() function in android::hardware::radio::compat::RadioNetwork
124 mHal1_6->getSystemSelectionChannels(serial); in getSystemSelectionChannels()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetwork.aidl52 oneway void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetwork.aidl52 oneway void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioNetwork.h40 ::ndk::ScopedAStatus getSystemSelectionChannels(int32_t serial) override;
/hardware/interfaces/radio/1.6/
DIRadio.hal466 oneway getSystemSelectionChannels(int32_t serial);
/hardware/interfaces/radio/aidl/vts/
Dradio_network_test.cpp983 ndk::ScopedAStatus res = radio_network->getSystemSelectionChannels(serial); in TEST_P()