Home
last modified time | relevance | path

Searched defs:getCallWaiting (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp299 TEST_P(RadioHidlTest, getCallWaiting) { in TEST_P() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl46 oneway void getCallWaiting(in int serial, in int serviceClass); in getCallWaiting() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl45 oneway void getCallWaiting(in int serial, in int serviceClass); in getCallWaiting() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl46 oneway void getCallWaiting(in int serial, in int serviceClass); in getCallWaiting() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl45 oneway void getCallWaiting(in int serial, in int serviceClass); in getCallWaiting() method
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl188 void getCallWaiting(in int serial, in int serviceClass); in getCallWaiting() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp97 ScopedAStatus RadioVoice::getCallWaiting(int32_t serial, int32_t serviceClass) { in getCallWaiting() function in android::hardware::radio::compat::RadioVoice
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp787 TEST_P(RadioVoiceTest, getCallWaiting) { in TEST_P() argument
/hardware/interfaces/radio/1.2/default/
DRadio.cpp289 Return<void> Radio::getCallWaiting(int32_t /* serial */, int32_t /* serviceClass */) { in getCallWaiting() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/ril/libril/
Dril_service.cpp1222 Return<void> RadioImpl::getCallWaiting(int32_t serial, int32_t serviceClass) { in getCallWaiting() function in RadioImpl