Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp3598 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()
[all …]