Home
last modified time | relevance | path

Searched refs:RIL_REQUEST_VOICE_RADIO_TECH (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/ril/libril/
H A Dril_commands.h125 {RIL_REQUEST_VOICE_RADIO_TECH, radio::getVoiceRadioTechnologyResponse},
H A Dril.cpp1131 case RIL_REQUEST_VOICE_RADIO_TECH: return "VOICE_RADIO_TECH"; in requestToString()
H A Dril_service.cpp1985 dispatchVoid(serial, mSlotId, RIL_REQUEST_VOICE_RADIO_TECH); in getVoiceRadioTechnology()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java459 int RIL_REQUEST_VOICE_RADIO_TECH = 108; field
/aosp12/hardware/ril/include/telephony/
H A Dril.h5428 #define RIL_REQUEST_VOICE_RADIO_TECH 108 macro
/aosp12/hardware/ril/reference-ril/
H A Dril.h5428 #define RIL_REQUEST_VOICE_RADIO_TECH 108 macro
H A Dreference-ril.c2348 case RIL_REQUEST_VOICE_RADIO_TECH:
2621 case RIL_REQUEST_VOICE_RADIO_TECH:
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java83 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_VOICE_RADIO_TECH;
1001 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_VOICE_RADIO_TECH); in testGetVoiceRadioTechnology()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java4294 RILRequest rr = obtainRequest(RIL_REQUEST_VOICE_RADIO_TECH, result, in getVoiceRadioTechnology()
6906 case RIL_REQUEST_VOICE_RADIO_TECH: in requestToString()