Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h1838 #define NUM_SERVICE_CLASSES 7 macro
1848 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
/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/libril/
Dril.h1908 #define NUM_SERVICE_CLASSES 7 macro
1918 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
Dril_service.cpp9737 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
9739 "max value %d, truncating it to max value", NUM_SERVICE_CLASSES); in onSupplementaryServiceIndicationInd()
9740 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2033 #define NUM_SERVICE_CLASSES 7 macro
2043 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
Dril_service.cpp10366 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
10368 "max value %d, truncating it to max value", NUM_SERVICE_CLASSES); in onSupplementaryServiceIndicationInd()
10369 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp8362 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
8364 "max value %d, truncating it to max value", NUM_SERVICE_CLASSES); in onSupplementaryServiceIndicationInd()
8365 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()