Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp161 ScopedAStatus RadioVoice::hangupForegroundResumeBackground(int32_t serial) { in hangupForegroundResumeBackground() function in android::hardware::radio::compat::RadioVoice
163 mHal1_5->hangupForegroundResumeBackground(serial); in hangupForegroundResumeBackground()
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl304 void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl56 oneway void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl55 oneway void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl56 oneway void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl55 oneway void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioVoice.h51 ::ndk::ScopedAStatus hangupForegroundResumeBackground(int32_t serial) override;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp111 TEST_P(RadioHidlTest, hangupForegroundResumeBackground) { in TEST_P() argument
115 radio->hangupForegroundResumeBackground(serial); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp605 TEST_P(RadioVoiceTest, hangupForegroundResumeBackground) { in TEST_P() argument
615 radio_voice->hangupForegroundResumeBackground(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h72 Return<void> hangupForegroundResumeBackground(int32_t serial) override;
DRadio.cpp176 Return<void> Radio::hangupForegroundResumeBackground(int32_t /* serial */) { in hangupForegroundResumeBackground() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal209 oneway hangupForegroundResumeBackground(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp155 Return<void> hangupForegroundResumeBackground(int32_t serial);
952 Return<void> RadioImpl::hangupForegroundResumeBackground(int32_t serial) { in hangupForegroundResumeBackground() function in RadioImpl