Searched refs:NUM_SERVICE_CLASSES (Results 1 - 4 of 4) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h1821 #define NUM_SERVICE_CLASSES 7 macro
1831 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
/hardware/ril/reference-ril/
H A Dril.h1821 #define NUM_SERVICE_CLASSES 7 macro
1831 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
/hardware/interfaces/radio/1.0/
H A Dtypes.hal31 NUM_SERVICE_CLASSES = 7,
1991 // Max size = RadioConst:NUM_SERVICE_CLASSES
/hardware/ril/libril/
H A Dril_service.cpp8208 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) {
8210 "max value %d, truncating it to max value", NUM_SERVICE_CLASSES);
8211 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES;

Completed in 187 milliseconds