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

/hardware/ril/reference-ril/
H A Dreference-ril.c243 static void setRadioTechnology(ModemInfo *mdm, int newtech);
244 static int query_ctec(ModemInfo *mdm, int *current, int32_t *preferred);
880 static int networkModePossible(ModemInfo *mdm, int nm) argument
882 if ((net2modem[nm] & mdm->supportedTechs) == net2modem[nm]) {
2379 setRadioTechnology(ModemInfo *mdm, int newtech) argument
2383 int oldtech = TECH(mdm);
2387 TECH(mdm) = newtech;
2813 int query_supported_techs( ModemInfo *mdm, int *supported ) argument
2845 * @mdm Currently unused
2852 int query_ctec(ModemInfo *mdm, in argument
2870 is_multimode_modem(ModemInfo *mdm) argument
[all...]

Completed in 293 milliseconds