Home
last modified time | relevance | path

Searched refs:setVoNrEnabledResponse (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoiceResponse.aidl765 void setVoNrEnabledResponse(in RadioResponseInfo info); in setVoNrEnabledResponse() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoiceResponse.aidl71 oneway void setVoNrEnabledResponse(in android.hardware.radio.RadioResponseInfo info); in setVoNrEnabledResponse() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoiceResponse.aidl71 oneway void setVoNrEnabledResponse(in android.hardware.radio.RadioResponseInfo info); in setVoNrEnabledResponse() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoiceResponse.aidl72 oneway void setVoNrEnabledResponse(in android.hardware.radio.RadioResponseInfo info); in setVoNrEnabledResponse() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoiceResponse.aidl72 oneway void setVoNrEnabledResponse(in android.hardware.radio.RadioResponseInfo info); in setVoNrEnabledResponse() method
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_utils.h125 virtual ndk::ScopedAStatus setVoNrEnabledResponse(const RadioResponseInfo& info) override;
Dradio_voice_response.cpp240 ndk::ScopedAStatus RadioVoiceResponse::setVoNrEnabledResponse(const RadioResponseInfo& info) { in setVoNrEnabledResponse() function in RadioVoiceResponse
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp269 respond()->setVoNrEnabledResponse(notSupported(serial)); in setVoNrEnabled()