Home
last modified time | relevance | path

Searched refs:getClir (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_ims.cpp24 TEST_P(RadioHidlTest, getClir) { in TEST_P() argument
27 radio->getClir(serial); in TEST_P()
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp109 ScopedAStatus RadioVoice::getClir(int32_t serial) { in getClir() function in android::hardware::radio::compat::RadioVoice
111 mHal1_5->getClir(serial); in getClir()
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl210 void getClir(in int serial); in getClir() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl48 oneway void getClir(in int serial); in getClir() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl47 oneway void getClir(in int serial); in getClir() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl48 oneway void getClir(in int serial); in getClir() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl47 oneway void getClir(in int serial); in getClir() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioVoice.h43 ::ndk::ScopedAStatus getClir(int32_t serial) override;
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp298 TEST_P(RadioVoiceTest, getClir) { in TEST_P() argument
308 radio_voice->getClir(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h95 Return<void> getClir(int32_t serial) override;
DRadio.cpp267 Return<void> Radio::getClir(int32_t /* serial */) { in getClir() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal456 oneway getClir(int32_t serial);
Dtypes.hal2026 // Radio requests. E.g. IRadio.getClir() returns
/hardware/ril/libril/
Dril_service.cpp197 Return<void> getClir(int32_t serial);
1188 Return<void> RadioImpl::getClir(int32_t serial) { in getClir() function in RadioImpl