Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h1863 int ssInfo[SS_INFO_MAX]; /* This is the response data for most of the SS GET/SET member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1932 int ssInfo[SS_INFO_MAX]; /* This is the response data for most of the SS GET/SET member
Dril_service.cpp9732 ss.ssInfo.resize(0); in onSupplementaryServiceIndicationInd()
9754 ss.ssInfo.resize(1); in onSupplementaryServiceIndicationInd()
9758 ss.ssInfo[0].ssInfo.resize(SS_INFO_MAX); in onSupplementaryServiceIndicationInd()
9762 rilSsResponse->ssInfo[i]); in onSupplementaryServiceIndicationInd()
9764 ss.ssInfo[0].ssInfo[i] = rilSsResponse->ssInfo[i]; in onSupplementaryServiceIndicationInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp8374 ss.ssInfo.resize(0); in onSupplementaryServiceIndicationInd()
8396 ss.ssInfo.resize(1); in onSupplementaryServiceIndicationInd()
8400 ss.ssInfo[0].ssInfo.resize(SS_INFO_MAX); in onSupplementaryServiceIndicationInd()
8404 rilSsResponse->ssInfo[i]); in onSupplementaryServiceIndicationInd()
8406 ss.ssInfo[0].ssInfo[i] = rilSsResponse->ssInfo[i]; in onSupplementaryServiceIndicationInd()