Searched refs:AModemTech (Results 1 - 2 of 2) sorted by relevance

/external/qemu/telephony/
H A Dandroid_modem.h82 } AModemTech; typedef in typeref:enum:__anon25064
105 extern AModemTech android_parse_modem_tech( const char* tech );
H A Dandroid_modem.c84 static const char* _amodem_switch_technology(AModem modem, AModemTech newtech, int32_t newpreferred);
122 extern AModemTech
125 const struct { const char* name; AModemTech tech; } techs[] = {
285 AModemTech technology;
721 static AModemTech
744 AModemTech modemTech;
1019 * @tech: The AModemTech we try to validate
1024 static int matchPreferredMask( int32_t pmask, AModemTech tech )
1037 static AModemTech
1050 return (AModemTech)
[all...]

Completed in 121 milliseconds