Lines Matching full:radiostate
239 static int decodeVoiceRadioTechnology (RIL_RadioState radioState);
240 static int decodeCdmaSubscriptionSource (RIL_RadioState radioState);
3152 decodeVoiceRadioTechnology (RIL_RadioState radioState) {
3153 switch (radioState) {
3167 RLOGD("decodeVoiceRadioTechnology: Invoked with incorrect RadioState");
3173 decodeCdmaSubscriptionSource (RIL_RadioState radioState) {
3174 switch (radioState) {
3188 RLOGD("decodeCdmaSubscriptionSource: Invoked with incorrect RadioState");
3194 decodeSimStatus (RIL_RadioState radioState) {
3195 switch (radioState) {
3205 return radioState;
3207 RLOGD("decodeSimStatus: Invoked with incorrect RadioState");