Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h1839 #define NUM_SERVICE_CLASSES 7 macro
1849 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1908 #define NUM_SERVICE_CLASSES 7 macro
1918 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
Dril_service.cpp9725 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
9727 "max value %d, truncating it to max value", NUM_SERVICE_CLASSES); in onSupplementaryServiceIndicationInd()
9728 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp8367 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
8369 "max value %d, truncating it to max value", NUM_SERVICE_CLASSES); in onSupplementaryServiceIndicationInd()
8370 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()