Searched refs:getSimultaneousCallingSupport (Results 1 – 6 of 6) sorted by relevance
209 void getSimultaneousCallingSupport(in int serial); in getSimultaneousCallingSupport() method
54 oneway void getSimultaneousCallingSupport(in int serial); in getSimultaneousCallingSupport() method
45 ::ndk::ScopedAStatus getSimultaneousCallingSupport(int32_t serial) override;
65 ScopedAStatus RadioConfig::getSimultaneousCallingSupport(int32_t serial) { in getSimultaneousCallingSupport() function in android::hardware::radio::compat::RadioConfig
127 TEST_P(RadioConfigTest, getSimultaneousCallingSupport) { in TEST_P() argument145 ndk::ScopedAStatus res = radio_config->getSimultaneousCallingSupport(serial); in TEST_P()