Lines Matching refs:numStrings

3660 int convertResponseStringEntryToInt(char **response, int index, int numStrings) {  in convertResponseStringEntryToInt()  argument
3661 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseStringEntryToInt()
3668 int convertResponseHexStringEntryToInt(char **response, int index, int numStrings) { in convertResponseHexStringEntryToInt() argument
3670 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseHexStringEntryToInt()
3683 int numStrings, char** response) { in fillCellIdentityFromVoiceRegStateResponseString() argument
3694 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3698 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3705 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3709 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3711 convertResponseStringEntryToInt(response, 14, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3718 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3722 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3728 convertResponseStringEntryToInt(response, 4, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3731 convertResponseStringEntryToInt(response, 5, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3733 convertResponseStringEntryToInt(response, 6, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3735 convertResponseStringEntryToInt(response, 8, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3737 convertResponseStringEntryToInt(response, 9, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3744 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3748 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3766 int numStrings, char** response) { in fillCellIdentityFromDataRegStateResponseString() argument
3776 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3780 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3782 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3784 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3787 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3794 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3798 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3800 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3802 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3805 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3812 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3816 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3818 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3820 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3823 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3829 convertResponseStringEntryToInt(response, 6, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3831 convertResponseStringEntryToInt(response, 7, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3833 convertResponseStringEntryToInt(response, 8, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3835 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3837 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3840 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3864 int numStrings = responseLen / sizeof(char *); in getVoiceRegistrationStateResponse() local
3869 if (numStrings != 15) { in getVoiceRegistrationStateResponse()
3882 numStrings, resp); in getVoiceRegistrationStateResponse()
3931 int numStrings = responseLen / sizeof(char *); in getDataRegistrationStateResponse() local
3932 if ((numStrings != 6) && (numStrings != 11) && (numStrings != 13)) { in getDataRegistrationStateResponse()
3942 numStrings, resp); in getDataRegistrationStateResponse()
3985 int numStrings = responseLen / sizeof(char *); in getOperatorResponse() local
3986 if (response == NULL || numStrings != 3) { in getOperatorResponse()
4625 int numStrings = responseLen / sizeof(char *); in getAvailableNetworksResponse() local
4626 networks.resize(numStrings/4); in getAvailableNetworksResponse()
4627 for (int i = 0, j = 0; i < numStrings; i = i + 4, j++) { in getAvailableNetworksResponse()
5563 int numStrings = responseLen / sizeof(char *); in getCDMASubscriptionResponse() local
5565 if (response == NULL || numStrings != 5) { in getCDMASubscriptionResponse()
5643 int numStrings = responseLen / sizeof(char *); in getDeviceIdentityResponse() local
5645 if (response == NULL || numStrings != 4) { in getDeviceIdentityResponse()
6837 int numStrings = responseLen / sizeof(char *); in sendRequestStringsResponse() local
6838 data.resize(numStrings); in sendRequestStringsResponse()
6839 for (int i = 0; i < numStrings; i++) { in sendRequestStringsResponse()