Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1837 #define NUM_SERVICE_CLASSES 7 macro
1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2337 #define NUM_SERVICE_CLASSES 7 macro
2347 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
Dril_service.cpp13020 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
13022 "max value %d, truncating it to max value", NUM_SERVICE_CLASSES); in onSupplementaryServiceIndicationInd()
13023 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()