summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsqian <shuoq@google.com>2017-04-24 23:19:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-24 23:19:23 +0000
commit4e9d6cbba092eac9ab0fcc30c4248155cdfa443f (patch)
treeb7ad25457f8ed3de7c97bd4e151acd4a2b2f2320 /include
parenta913ca5b1c25fe7c6f61c85def7283e16f942c9f (diff)
parentba70869b5373c12acdca8b056db47c44c85d0dce (diff)
downloadandroid_hardware_ril-4e9d6cbba092eac9ab0fcc30c4248155cdfa443f.tar.gz
android_hardware_ril-4e9d6cbba092eac9ab0fcc30c4248155cdfa443f.tar.bz2
android_hardware_ril-4e9d6cbba092eac9ab0fcc30c4248155cdfa443f.zip
Remove GENERIC_FAILURE still in ril.h am: 2e093616e8
am: ba70869b53 Change-Id: I8aefecec0d105c98647cd2ccfd2f1847b254941f
Diffstat (limited to 'include')
-rw-r--r--include/telephony/ril.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 9faacc4..6980f4f 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -2056,7 +2056,6 @@ typedef struct {
*
* SUCCESS
* RADIO_NOT_AVAILABLE (radio resetting)
- * GENERIC_FAILURE
* PASSWORD_INCORRECT
*/
@@ -2619,7 +2618,6 @@ typedef struct {
*
* Based on the return error, caller decides to resend if sending sms
* fails. SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
- * and GENERIC_FAILURE means no retry (i.e. error cause is 500)
*
* Valid errors:
* SUCCESS
@@ -2662,7 +2660,6 @@ typedef struct {
*
* Based on the return error, caller decides to resend if sending sms
* fails. SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
- * and GENERIC_FAILURE means no retry (i.e. error cause is 500)
*
* Valid errors:
* SUCCESS
@@ -2755,7 +2752,7 @@ typedef struct {
* For all other errors the RIL_Data_Call_Resonse_v6 is ignored.
*
* Other errors could include:
- * RADIO_NOT_AVAILABLE, GENERIC_FAILURE, OP_NOT_ALLOWED_BEFORE_REG_TO_NW,
+ * RADIO_NOT_AVAILABLE, OP_NOT_ALLOWED_BEFORE_REG_TO_NW,
* OP_NOT_ALLOWED_DURING_VOICE_CALL and REQUEST_NOT_SUPPORTED.
*
* See also: RIL_REQUEST_DEACTIVATE_DATA_CALL
@@ -3268,8 +3265,6 @@ typedef struct {
*
* Note: Returns ILLEGAL_SIM_OR_ME when the failure is permanent and
* no retries needed, such as illegal SIM or ME.
- * Returns GENERIC_FAILURE for all other causes that might be
- * fixed by retries.
*
*/
#define RIL_REQUEST_SET_NETWORK_SELECTION_AUTOMATIC 46
@@ -3293,8 +3288,6 @@ typedef struct {
*
* Note: Returns ILLEGAL_SIM_OR_ME when the failure is permanent and
* no retries needed, such as illegal SIM or ME.
- * Returns GENERIC_FAILURE for all other causes that might be
- * fixed by retries.
*
*/
#define RIL_REQUEST_SET_NETWORK_SELECTION_MANUAL 47
@@ -3785,7 +3778,6 @@ typedef struct {
* Valid errors:
* RIL_E_SUCCESS
* RIL_E_RADIO_NOT_AVAILABLE (radio resetting)
- * RIL_E_GENERIC_FAILURE
*/
#define RIL_REQUEST_STK_GET_PROFILE 67
@@ -3803,7 +3795,6 @@ typedef struct {
* Valid errors:
* RIL_E_SUCCESS
* RIL_E_RADIO_NOT_AVAILABLE (radio resetting)
- * RIL_E_GENERIC_FAILURE
*/
#define RIL_REQUEST_STK_SET_PROFILE 68
@@ -3825,7 +3816,6 @@ typedef struct {
* RIL_E_RADIO_NOT_AVAILABLE (radio resetting)
* SIM_BUSY
* OPERATION_NOT_ALLOWED
- * RIL_E_GENERIC_FAILURE
*/
#define RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND 69
@@ -3844,7 +3834,6 @@ typedef struct {
* RIL_E_SUCCESS
* RIL_E_RADIO_NOT_AVAILABLE (radio resetting)
* RIL_E_OPERATION_NOT_ALLOWED
- * RIL_E_GENERIC_FAILURE
*/
#define RIL_REQUEST_STK_SEND_TERMINAL_RESPONSE 70
@@ -3866,7 +3855,6 @@ typedef struct {
* RIL_E_SUCCESS
* RIL_E_RADIO_NOT_AVAILABLE (radio resetting)
* RIL_E_OPERATION_NOT_ALLOWED
- * RIL_E_GENERIC_FAILURE
*/
#define RIL_REQUEST_STK_HANDLE_CALL_SETUP_REQUESTED_FROM_SIM 71
@@ -4214,7 +4202,6 @@ typedef struct {
* fails. The CDMA error class is derived as follows,
* SUCCESS is error class 0 (no error)
* SMS_SEND_FAIL_RETRY is error class 2 (temporary failure)
- * and GENERIC_FAILURE is error class 3 (permanent and no retry)
*
* Valid errors:
* SUCCESS
@@ -4702,7 +4689,6 @@ typedef struct {
* RIL_E_RADIO_NOT_AVAILABLE (radio resetting)
* SIM_BUSY
* OPERATION_NOT_ALLOWED
- * RIL_E_GENERIC_FAILURE
*/
#define RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS 107
@@ -5219,7 +5205,6 @@ typedef struct {
*
* SUCCESS
* RADIO_NOT_AVAILABLE (radio resetting)
- * GENERIC_FAILURE
*/
#define RIL_REQUEST_GET_ACTIVITY_INFO 135