Home
last modified time | relevance | path

Searched refs:INVALID_RESPONSE (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java32 INVALID_RESPONSE, enumConstant
153 return new CommandException(Error.INVALID_RESPONSE); in fromRilErrno()
280 case RILConstants.INVALID_RESPONSE: in fromRilErrno()
281 return new CommandException(Error.INVALID_RESPONSE); in fromRilErrno()
347 return new CommandException(Error.INVALID_RESPONSE); in fromRilErrno()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp2935 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIntOrEmpty()
2950 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseInt()
2971 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getIccCardStatusResponse()
3171 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCurrentCallsResponse()
3396 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getLastCallFailCauseResponse()
3406 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getLastCallFailCauseResponse()
3992 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in makeSendSmsResult()
4092 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIccIo()
6291 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseRadioCapability()
6349 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseLceStatusInfo()
[all …]
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java116 int INVALID_RESPONSE = 66; /* Invalid response sent by vendor code */ field
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal120 INVALID_RESPONSE = 66, // Response from vendor had invalid data