Lines Matching full:voiceradiotech
271 int voiceRadioTech = -1;
1273 voiceRadioTech = decodeVoiceRadioTechnology(state);
1275 if (voiceRadioTech < 0)
1278 RIL_onRequestComplete(pRI, RIL_E_SUCCESS, &voiceRadioTech, sizeof(int));
3242 if(newVoiceRadioTech != voiceRadioTech) {
3243 voiceRadioTech = newVoiceRadioTech;
3245 &voiceRadioTech, sizeof(voiceRadioTech));