Lines Matching refs:numStrings

3598 int convertResponseStringEntryToInt(char **response, int index, int numStrings) {  in convertResponseStringEntryToInt()  argument
3599 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseStringEntryToInt()
3606 int convertResponseHexStringEntryToInt(char **response, int index, int numStrings) { in convertResponseHexStringEntryToInt() argument
3608 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseHexStringEntryToInt()
3621 int numStrings, char** response) { in fillCellIdentityFromVoiceRegStateResponseString() argument
3632 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3636 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3643 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3647 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3649 convertResponseStringEntryToInt(response, 14, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3656 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3660 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3666 convertResponseStringEntryToInt(response, 4, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3669 convertResponseStringEntryToInt(response, 5, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3671 convertResponseStringEntryToInt(response, 6, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3673 convertResponseStringEntryToInt(response, 8, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3675 convertResponseStringEntryToInt(response, 9, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3682 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3686 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3704 int numStrings, char** response) { in fillCellIdentityFromDataRegStateResponseString() argument
3714 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3718 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3720 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3722 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3725 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3732 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3736 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3738 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3740 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3743 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3750 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3754 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3756 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3758 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3761 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3767 convertResponseStringEntryToInt(response, 6, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3769 convertResponseStringEntryToInt(response, 7, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3771 convertResponseStringEntryToInt(response, 8, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3773 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3775 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3778 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3802 int numStrings = responseLen / sizeof(char *); in getVoiceRegistrationStateResponse() local
3807 if (numStrings != 15) { in getVoiceRegistrationStateResponse()
3820 numStrings, resp); in getVoiceRegistrationStateResponse()
3869 int numStrings = responseLen / sizeof(char *); in getDataRegistrationStateResponse() local
3870 if ((numStrings != 6) && (numStrings != 11) && (numStrings != 13)) { in getDataRegistrationStateResponse()
3880 numStrings, resp); in getDataRegistrationStateResponse()
3923 int numStrings = responseLen / sizeof(char *); in getOperatorResponse() local
3924 if (response == NULL || numStrings != 3) { in getOperatorResponse()
4563 int numStrings = responseLen / sizeof(char *); in getAvailableNetworksResponse() local
4564 networks.resize(numStrings/4); in getAvailableNetworksResponse()
4565 for (int i = 0, j = 0; i < numStrings; i = i + 4, j++) { in getAvailableNetworksResponse()
5501 int numStrings = responseLen / sizeof(char *); in getCDMASubscriptionResponse() local
5503 if (response == NULL || numStrings != 5) { in getCDMASubscriptionResponse()
5581 int numStrings = responseLen / sizeof(char *); in getDeviceIdentityResponse() local
5583 if (response == NULL || numStrings != 4) { in getDeviceIdentityResponse()