Searched refs:convertResponseStringEntryToInt (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 5889 int convertResponseStringEntryToInt(char **response, int index, int numStrings) { in convertResponseStringEntryToInt() function 5931 convertResponseStringEntryToInt(response, 15, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5934 convertResponseStringEntryToInt(response, 16, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5948 convertResponseStringEntryToInt(response, 14, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5952 convertResponseStringEntryToInt(response, 15, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5955 convertResponseStringEntryToInt(response, 16, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5971 convertResponseStringEntryToInt(response, 15, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5974 convertResponseStringEntryToInt(response, 16, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5981 convertResponseStringEntryToInt(response, 4, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5984 convertResponseStringEntryToInt(response, 5, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() [all …]
|
/aosp_15_r20/hardware/ril/libril/ |
H A D | ril_service.cpp | 3598 int convertResponseStringEntryToInt(char **response, int index, int numStrings) { in convertResponseStringEntryToInt() function 3649 convertResponseStringEntryToInt(response, 14, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3666 convertResponseStringEntryToInt(response, 4, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3669 convertResponseStringEntryToInt(response, 5, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3671 convertResponseStringEntryToInt(response, 6, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3673 convertResponseStringEntryToInt(response, 8, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3675 convertResponseStringEntryToInt(response, 9, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 3722 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString() 3725 convertResponseStringEntryToInt(response, 12, numStrings); in fillCellIdentityFromDataRegStateResponseString() 3740 convertResponseStringEntryToInt(response, 11, numStrings); in fillCellIdentityFromDataRegStateResponseString() [all …]
|