Home
last modified time | relevance | path

Searched refs:numStrings (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp5889 int convertResponseStringEntryToInt(char **response, int index, int numStrings) { in convertResponseStringEntryToInt() argument
5890 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseStringEntryToInt()
5897 int convertResponseHexStringEntryToInt(char **response, int index, int numStrings) { in convertResponseHexStringEntryToInt() argument
5899 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseHexStringEntryToInt()
5912 int numStrings, char** response) { in fillCellIdentityFromVoiceRegStateResponseString() argument
5923 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
5927 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
5929 if (numStrings > 15) { in fillCellIdentityFromVoiceRegStateResponseString()
5931 convertResponseStringEntryToInt(response, 15, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
5934 convertResponseStringEntryToInt(response, 16, numStrings); in fillCellIdentityFromVoiceRegStateResponseString()
[all …]