Lines Matching refs:radioState
307 static int decodeVoiceRadioTechnology (RIL_RadioState radioState);
308 static int decodeCdmaSubscriptionSource (RIL_RadioState radioState);
4192 decodeVoiceRadioTechnology (RIL_RadioState radioState) {
4193 switch (radioState) {
4207 RLOGD("decodeVoiceRadioTechnology: Invoked with incorrect RadioState");
4213 decodeCdmaSubscriptionSource (RIL_RadioState radioState) {
4214 switch (radioState) {
4228 RLOGD("decodeCdmaSubscriptionSource: Invoked with incorrect RadioState");
4234 decodeSimStatus (RIL_RadioState radioState) {
4235 switch (radioState) {
4245 return radioState;
4247 RLOGD("decodeSimStatus: Invoked with incorrect RadioState");