Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h1842 int numValidIndexes; /* This gives the number of valid values in cfInfo. member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1911 int numValidIndexes; /* This gives the number of valid values in cfInfo. member
Dril_service.cpp9723 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
9725 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
9728 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
9735 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
9737 for (int i = 0; i < rilSsResponse->cfData.numValidIndexes; i++) { in onSupplementaryServiceIndicationInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp8365 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8367 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
8370 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
8377 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8379 for (int i = 0; i < rilSsResponse->cfData.numValidIndexes; i++) { in onSupplementaryServiceIndicationInd()