Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1840 int numValidIndexes; /* This gives the number of valid values in cfInfo. member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2340 int numValidIndexes; /* This gives the number of valid values in cfInfo. member
Dril_service.cpp13018 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()