Searched refs:numValidIndexes (Results 1 – 3 of 3) sorted by relevance
1840 int numValidIndexes; /* This gives the number of valid values in cfInfo. member
2340 int numValidIndexes; /* This gives the number of valid values in cfInfo. member
13018 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()13020 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()13023 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()13030 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()13032 for (int i = 0; i < rilSsResponse->cfData.numValidIndexes; i++) { in onSupplementaryServiceIndicationInd()