Home
last modified time | relevance | path

Searched refs:getTtyMode (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl265 void getTtyMode(in int serial); in getTtyMode() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl53 oneway void getTtyMode(in int serial); in getTtyMode() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl52 oneway void getTtyMode(in int serial); in getTtyMode() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl52 oneway void getTtyMode(in int serial); in getTtyMode() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl53 oneway void getTtyMode(in int serial); in getTtyMode() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioVoice.h48 ::ndk::ScopedAStatus getTtyMode(int32_t serial) override;
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DPrimaryDevice.h126 Return<void> getTtyMode(getTtyMode_cb _hidl_cb) override;
/hardware/interfaces/audio/2.0/
DIPrimaryDevice.hal93 getTtyMode() generates (Result retval, TtyMode mode);
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp143 ScopedAStatus RadioVoice::getTtyMode(int32_t serial) { in getTtyMode() function in android::hardware::radio::compat::RadioVoice
/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp279 Return<void> PrimaryDevice::getTtyMode(getTtyMode_cb _hidl_cb) { in getTtyMode() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
/hardware/interfaces/audio/5.0/
DIPrimaryDevice.hal146 getTtyMode() generates (Result retval, TtyMode mode);
/hardware/interfaces/audio/4.0/
DIPrimaryDevice.hal146 getTtyMode() generates (Result retval, TtyMode mode);
/hardware/interfaces/audio/6.0/
DIPrimaryDevice.hal146 getTtyMode() generates (Result retval, TtyMode mode);
/hardware/interfaces/audio/7.0/
DIPrimaryDevice.hal146 getTtyMode() generates (Result retval, TtyMode mode);
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp373 TEST_P(RadioVoiceTest, getTtyMode) { in TEST_P() argument
383 radio_voice->getTtyMode(serial); in TEST_P()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1940 &IPrimaryDevice::setTtyMode, &IPrimaryDevice::getTtyMode); in TEST_P()