Lines Matching refs:numStrings

3676 int convertResponseStringEntryToInt(char **response, int index, int numStrings) {  in convertResponseStringEntryToInt()  argument
3677 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseStringEntryToInt()
3684 int convertResponseHexStringEntryToInt(char **response, int index, int numStrings) { in convertResponseHexStringEntryToInt() argument
3686 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseHexStringEntryToInt()
3699 int numStrings, char** response) { in fillCellIdentityFromVoiceRegStateResponseString() argument
3710 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3714 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3721 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3725 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3727 convertResponseStringEntryToInt(response, 14, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3734 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3738 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3744 convertResponseStringEntryToInt(response, 4, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3747 convertResponseStringEntryToInt(response, 5, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3749 convertResponseStringEntryToInt(response, 6, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3751 convertResponseStringEntryToInt(response, 8, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3753 convertResponseStringEntryToInt(response, 9, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3760 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3764 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
3782 int numStrings, char** response) { in fillCellIdentityFromDataRegStateResponseString() argument
3792 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3796 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3798 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3800 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3803 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3810 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3814 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3816 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3818 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3821 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3828 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3832 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3834 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3836 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3839 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3845 convertResponseStringEntryToInt(response, 6, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3847 convertResponseStringEntryToInt(response, 7, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3849 convertResponseStringEntryToInt(response, 8, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3851 if (numStrings >= 13) { in fillCellIdentityFromDataRegStateResponseString()
3853 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3856 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString()
3880 int numStrings = responseLen / sizeof(char *); in getVoiceRegistrationStateResponse() local
3885 if (numStrings != 15) { in getVoiceRegistrationStateResponse()
3898 numStrings, resp); in getVoiceRegistrationStateResponse()
3947 int numStrings = responseLen / sizeof(char *); in getDataRegistrationStateResponse() local
3948 if ((numStrings != 6) && (numStrings != 11) && (numStrings != 13)) { in getDataRegistrationStateResponse()
3957 … fillCellIdentityFromDataRegStateResponseString(dataRegResponse.cellIdentity, numStrings, resp); in getDataRegistrationStateResponse()
4031 int numStrings = responseLen / sizeof(char *); in getOperatorResponse() local
4032 if (response == NULL || numStrings != 3) { in getOperatorResponse()
4671 int numStrings = responseLen / sizeof(char *); in getAvailableNetworksResponse() local
4672 networks.resize(numStrings/4); in getAvailableNetworksResponse()
4673 for (int i = 0, j = 0; i < numStrings; i = i + 4, j++) { in getAvailableNetworksResponse()
5609 int numStrings = responseLen / sizeof(char *); in getCDMASubscriptionResponse() local
5611 if (response == NULL || numStrings != 5) { in getCDMASubscriptionResponse()
5689 int numStrings = responseLen / sizeof(char *); in getDeviceIdentityResponse() local
5691 if (response == NULL || numStrings != 4) { in getDeviceIdentityResponse()
6883 int numStrings = responseLen / sizeof(char *); in sendRequestStringsResponse() local
6884 data.resize(numStrings); in sendRequestStringsResponse()
6885 for (int i = 0; i < numStrings; i++) { in sendRequestStringsResponse()