Home | History | Annotate | Download | only in telephony

Lines Matching defs:technology

285     AModemTech technology;
512 modem->technology = android_parse_modem_tech( tmp );
513 if (modem->technology == A_TECH_UNKNOWN) {
514 modem->technology = aconfig_int( modem->nvram_config, NV_MODEM_TECHNOLOGY, A_TECH_GSM );
1020 * return: If the specified technology is not set in any of the 4
1043 * lowest numbered technology that is set in the mask.
1062 modem->technology, newtech, modem->preferred_mask,newpreferred);
1067 return "ERROR: At least one technology must be enabled";
1079 if (modem->technology != newtech) {
1080 modem->technology = newtech;
1081 ret = amodem_printf(modem, "+CTEC: %d", modem->technology);
1204 AModemTech newtech = modem->technology;
1211 return amodem_printf( modem, "+CTEC: %d,%x",modem->technology, modem->preferred_mask );
1236 return amodem_printf( modem, "ERROR: %s: Unknown Technology", cmd + 1 );
2366 { "!+CTEC", NULL, handleTech }, /* Set/get current Technology and preferred mode */