Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp90 ScopedAStatus RadioVoice::getCallForwardStatus(int32_t serial, in getCallForwardStatus() function in android::hardware::radio::compat::RadioVoice
93 mHal1_5->getCallForwardStatus(serial, toHidl(callInfo)); in getCallForwardStatus()
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl176 void getCallForwardStatus(in int serial, in CallForwardInfo callInfo); in getCallForwardStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl45 …oneway void getCallForwardStatus(in int serial, in android.hardware.radio.voice.CallForwardInfo ca… in getCallForwardStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl44 …oneway void getCallForwardStatus(in int serial, in android.hardware.radio.voice.CallForwardInfo ca… in getCallForwardStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl44 …oneway void getCallForwardStatus(in int serial, in android.hardware.radio.voice.CallForwardInfo ca… in getCallForwardStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl45 …oneway void getCallForwardStatus(in int serial, in android.hardware.radio.voice.CallForwardInfo ca… in getCallForwardStatus() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioVoice.h38 ::ndk::ScopedAStatus getCallForwardStatus(
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp251 TEST_P(RadioHidlTest, getCallForwardStatus) { in TEST_P() argument
258 radio->getCallForwardStatus(serial, callInfo); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp729 TEST_P(RadioVoiceTest, getCallForwardStatus) { in TEST_P() argument
742 radio_voice->getCallForwardStatus(serial, callInfo); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h97 Return<void> getCallForwardStatus(
DRadio.cpp277 Return<void> Radio::getCallForwardStatus( in getCallForwardStatus() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal476 oneway getCallForwardStatus(int32_t serial,
Dtypes.hal2020 // forward status. see getCallForwardStatus()
/hardware/ril/libril/
Dril_service.cpp201 Return<void> getCallForwardStatus(int32_t serial,
1204 Return<void> RadioImpl::getCallForwardStatus(int32_t serial, const CallForwardInfo& callInfo) { in getCallForwardStatus() function in RadioImpl