Home
last modified time | relevance | path

Searched refs:setPreferredVoicePrivacy (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp246 ScopedAStatus RadioVoice::setPreferredVoicePrivacy(int32_t serial, bool enable) { in setPreferredVoicePrivacy() function in android::hardware::radio::compat::RadioVoice
248 mHal1_5->setPreferredVoicePrivacy(serial, enable); in setPreferredVoicePrivacy()
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl486 void setPreferredVoicePrivacy(in int serial, in boolean enable); in setPreferredVoicePrivacy() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl70 oneway void setPreferredVoicePrivacy(in int serial, in boolean enable); in setPreferredVoicePrivacy() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl69 oneway void setPreferredVoicePrivacy(in int serial, in boolean enable); in setPreferredVoicePrivacy() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl70 oneway void setPreferredVoicePrivacy(in int serial, in boolean enable); in setPreferredVoicePrivacy() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl69 oneway void setPreferredVoicePrivacy(in int serial, in boolean enable); in setPreferredVoicePrivacy() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioVoice.h68 ::ndk::ScopedAStatus setPreferredVoicePrivacy(int32_t serial, bool enable) override;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp387 TEST_P(RadioHidlTest, setPreferredVoicePrivacy) { in TEST_P() argument
391 radio->setPreferredVoicePrivacy(serial, true); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp419 TEST_P(RadioVoiceTest, setPreferredVoicePrivacy) { in TEST_P() argument
429 radio_voice->setPreferredVoicePrivacy(serial, true); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h156 Return<void> setPreferredVoicePrivacy(int32_t serial, bool enable) override;
DRadio.cpp500 Return<void> Radio::setPreferredVoicePrivacy(int32_t /* serial */, bool /* enable */) { in setPreferredVoicePrivacy() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal938 oneway setPreferredVoicePrivacy(int32_t serial, bool enable);
/hardware/ril/libril/
Dril_service.cpp307 Return<void> setPreferredVoicePrivacy(int32_t serial, bool enable);
1644 Return<void> RadioImpl::setPreferredVoicePrivacy(int32_t serial, bool enable) { in setPreferredVoicePrivacy() function in RadioImpl