Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1836 #define SS_INFO_MAX 4 macro
1861 int ssInfo[SS_INFO_MAX]; /* This is the response data for most of the SS GET/SET
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2336 #define SS_INFO_MAX 4 macro
2361 int ssInfo[SS_INFO_MAX]; /* This is the response data for most of the SS GET/SET
Dril_service.cpp13053 ss.ssInfo[0].ssInfo.resize(SS_INFO_MAX); in onSupplementaryServiceIndicationInd()
13054 for (int i = 0; i < SS_INFO_MAX; i++) { in onSupplementaryServiceIndicationInd()