Searched refs:convertResponseHexStringEntryToInt (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 3670 int convertResponseHexStringEntryToInt(char **response, int index, int numStrings) { in convertResponseHexStringEntryToInt() function 3696 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3700 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3707 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3711 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3720 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3724 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3746 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3750 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3778 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromDataRegStateResponseString() [all …]
|