|
|
|
@ -1037,7 +1037,6 @@ dispatchGsmBrSmsCnf(Parcel &p, RequestInfo *pRI) { |
|
|
|
|
goto invalid; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
RIL_GSM_BroadcastSmsConfigInfo gsmBci[num]; |
|
|
|
|
RIL_GSM_BroadcastSmsConfigInfo *gsmBciPtrs[num]; |
|
|
|
|
|
|
|
|
@ -1081,7 +1080,6 @@ dispatchGsmBrSmsCnf(Parcel &p, RequestInfo *pRI) { |
|
|
|
|
memset(gsmBci, 0, num * sizeof(RIL_GSM_BroadcastSmsConfigInfo)); |
|
|
|
|
memset(gsmBciPtrs, 0, num * sizeof(RIL_GSM_BroadcastSmsConfigInfo *)); |
|
|
|
|
#endif |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
|
@ -1101,7 +1099,6 @@ dispatchCdmaBrSmsCnf(Parcel &p, RequestInfo *pRI) { |
|
|
|
|
goto invalid; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
RIL_CDMA_BroadcastSmsConfigInfo cdmaBci[num]; |
|
|
|
|
RIL_CDMA_BroadcastSmsConfigInfo *cdmaBciPtrs[num]; |
|
|
|
|
|
|
|
|
@ -1137,7 +1134,6 @@ dispatchCdmaBrSmsCnf(Parcel &p, RequestInfo *pRI) { |
|
|
|
|
memset(cdmaBci, 0, num * sizeof(RIL_CDMA_BroadcastSmsConfigInfo)); |
|
|
|
|
memset(cdmaBciPtrs, 0, num * sizeof(RIL_CDMA_BroadcastSmsConfigInfo *)); |
|
|
|
|
#endif |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
|
@ -2360,8 +2356,6 @@ static void sendSimStatusAppInfo(Parcel &p, int num_apps, RIL_AppStatus appStatu |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static int responseSimStatus(Parcel &p, void *response, size_t responselen) { |
|
|
|
|
int i; |
|
|
|
|
|
|
|
|
|
if (response == NULL && responselen != 0) { |
|
|
|
|
ALOGE("invalid response: NULL"); |
|
|
|
|
return RIL_ERRNO_INVALID_RESPONSE; |
|
|
|
|