Searched refs:getSystemSelectionChannels (Results 1 – 9 of 9) sorted by relevance
48 oneway void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
180 void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
51 oneway void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
121 ScopedAStatus RadioNetwork::getSystemSelectionChannels(int32_t serial) { in getSystemSelectionChannels() function in android::hardware::radio::compat::RadioNetwork124 mHal1_6->getSystemSelectionChannels(serial); in getSystemSelectionChannels()
52 oneway void getSystemSelectionChannels(in int serial); in getSystemSelectionChannels() method
40 ::ndk::ScopedAStatus getSystemSelectionChannels(int32_t serial) override;
466 oneway getSystemSelectionChannels(int32_t serial);
983 ndk::ScopedAStatus res = radio_network->getSystemSelectionChannels(serial); in TEST_P()