Home
last modified time | relevance | path

Searched defs:getCurrentCalls (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp23 TEST_P(RadioHidlTest, getCurrentCalls) { in TEST_P() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl49 oneway void getCurrentCalls(in int serial); in getCurrentCalls() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl48 oneway void getCurrentCalls(in int serial); in getCurrentCalls() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl49 oneway void getCurrentCalls(in int serial); in getCurrentCalls() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl48 oneway void getCurrentCalls(in int serial); in getCurrentCalls() method
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl221 void getCurrentCalls(in int serial); in getCurrentCalls() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp115 ScopedAStatus RadioVoice::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in android::hardware::radio::compat::RadioVoice
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp279 TEST_P(RadioVoiceTest, getCurrentCalls) { in TEST_P() argument
/hardware/interfaces/radio/1.2/default/
DRadio.cpp150 Return<void> Radio::getCurrentCalls(int32_t /* serial */) { in getCurrentCalls() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/ril/libril/
Dril_service.cpp877 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl