Home
last modified time | relevance | path

Searched refs:causeCode (Results 1 – 23 of 23) sorted by relevance

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DLastCallFailCauseInfo.aidl37 android.hardware.radio.voice.LastCallFailCause causeCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DLastCallFailCauseInfo.aidl37 android.hardware.radio.voice.LastCallFailCause causeCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DLastCallFailCauseInfo.aidl38 android.hardware.radio.voice.LastCallFailCause causeCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DLastCallFailCauseInfo.aidl38 android.hardware.radio.voice.LastCallFailCause causeCode;
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DLastCallFailCauseInfo.aidl25 LastCallFailCause causeCode;
/hardware/interfaces/radio/aidl/android/hardware/radio/ims/
DConnectionFailureInfo.aidl55 int causeCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/1/android/hardware/radio/ims/
DConnectionFailureInfo.aidl38 int causeCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/current/android/hardware/radio/ims/
DConnectionFailureInfo.aidl39 int causeCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/2/android/hardware/radio/ims/
DConnectionFailureInfo.aidl39 int causeCode;
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioIndication-network.cpp208 const hidl_string& chosenPlmn, hidl_bitfield<V1_5::Domain> domain, int32_t causeCode, in registrationFailed() argument
212 causeCode, additionalCauseCode); in registrationFailed()
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
Dstructs.cpp218 .causeCode = aidl::LastCallFailCause(info.causeCode), in toAidl()
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetworkIndication.aidl171 in String chosenPlmn, in int domain, in int causeCode, in int additionalCauseCode); in registrationFailed() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetworkIndication.aidl47 ….CellIdentity cellIdentity, in String chosenPlmn, in int domain, in int causeCode, in int addition… in registrationFailed() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetworkIndication.aidl47 ….CellIdentity cellIdentity, in String chosenPlmn, in int domain, in int causeCode, in int addition… in registrationFailed() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetworkIndication.aidl48 ….CellIdentity cellIdentity, in String chosenPlmn, in int domain, in int causeCode, in int addition… in registrationFailed() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetworkIndication.aidl48 ….CellIdentity cellIdentity, in String chosenPlmn, in int domain, in int causeCode, in int addition… in registrationFailed() argument
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal47 * @param causeCode the primary failure cause code of the procedure.
61 bitfield<Domain> domain, int32_t causeCode, int32_t additionalCauseCode);
/hardware/interfaces/radio/aidl/vts/
Dradio_network_utils.h229 int32_t causeCode,
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h177 const hidl_string& chosenPlmn, hidl_bitfield<V1_5::Domain> domain, int32_t causeCode,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h819 int32_t causeCode, int32_t additionalCauseCode);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h1087 int32_t causeCode, int32_t additionalCauseCode);
/hardware/interfaces/radio/1.0/
Dtypes.hal1231 LastCallFailCause causeCode;
/hardware/ril/libril/
Dril_service.cpp3399 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
3402 info.causeCode = (LastCallFailCause) pFailCauseInfo->cause_code; in getLastCallFailCauseResponse()