Lines Matching full:radiostate
243 static int decodeVoiceRadioTechnology (RIL_RadioState radioState);
244 static int decodeCdmaSubscriptionSource (RIL_RadioState radioState);
3360 decodeVoiceRadioTechnology (RIL_RadioState radioState) {
3361 switch (radioState) {
3375 RLOGD("decodeVoiceRadioTechnology: Invoked with incorrect RadioState");
3381 decodeCdmaSubscriptionSource (RIL_RadioState radioState) {
3382 switch (radioState) {
3396 RLOGD("decodeCdmaSubscriptionSource: Invoked with incorrect RadioState");
3402 decodeSimStatus (RIL_RadioState radioState) {
3403 switch (radioState) {
3413 return radioState;
3415 RLOGD("decodeSimStatus: Invoked with incorrect RadioState");