Searched refs:getClir (Results 1 – 14 of 14) sorted by relevance
24 TEST_P(RadioHidlTest, getClir) { in TEST_P() argument27 radio->getClir(serial); in TEST_P()
109 ScopedAStatus RadioVoice::getClir(int32_t serial) { in getClir() function in android::hardware::radio::compat::RadioVoice111 mHal1_5->getClir(serial); in getClir()
210 void getClir(in int serial); in getClir() method
48 oneway void getClir(in int serial); in getClir() method
47 oneway void getClir(in int serial); in getClir() method
43 ::ndk::ScopedAStatus getClir(int32_t serial) override;
298 TEST_P(RadioVoiceTest, getClir) { in TEST_P() argument308 radio_voice->getClir(serial); in TEST_P()
95 Return<void> getClir(int32_t serial) override;
267 Return<void> Radio::getClir(int32_t /* serial */) { in getClir() function in android::hardware::radio::V1_2::implementation::Radio
456 oneway getClir(int32_t serial);
2026 // Radio requests. E.g. IRadio.getClir() returns
197 Return<void> getClir(int32_t serial);1188 Return<void> RadioImpl::getClir(int32_t serial) { in getClir() function in RadioImpl