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

/hardware/ril/include/telephony/
H A Dril.h1824 int numValidIndexes; /* This gives the number of valid values in cfInfo. member in struct:__anon5805
1826 is forwarded to a different one then numValidIndexes will be
1829 number then the value of numValidIndexes will be 1. */
/hardware/ril/reference-ril/
H A Dril.h1824 int numValidIndexes; /* This gives the number of valid values in cfInfo. member in struct:__anon6024
1826 is forwarded to a different one then numValidIndexes will be
1829 number then the value of numValidIndexes will be 1. */
/hardware/ril/libril/
H A Dril_service.cpp8206 rilSsResponse->cfData.numValidIndexes);
8208 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) {
8209 RLOGE("onSupplementaryServiceIndicationInd numValidIndexes is greater than "
8211 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES;
8218 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes);
8220 for (int i = 0; i < rilSsResponse->cfData.numValidIndexes; i++) {

Completed in 159 milliseconds