Searched refs:mdm (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/gps/msm8960/utils/ |
D | loc_target.cpp | 90 char mdm[] = "/dev/mdm"; // No such file or directory in get_target() local 116 if (!read_a_line( mdm, rd_mdm, LINE_LEN)) in get_target()
|
/hardware/qcom/gps/utils/ |
D | loc_target.cpp | 185 static const char mdm[] = "/dev/mdm"; // No such file or directory in loc_get_target() local 225 if (!read_a_line( mdm, rd_mdm, LINE_LEN)) in loc_get_target()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 247 static void setRadioTechnology(ModemInfo *mdm, int newtech); 248 static int query_ctec(ModemInfo *mdm, int *current, int32_t *preferred); 902 static int networkModePossible(ModemInfo *mdm, int nm) argument 904 if ((net2modem[nm] & mdm->supportedTechs) == net2modem[nm]) { 2425 setRadioTechnology(ModemInfo *mdm, int newtech) argument 2429 int oldtech = TECH(mdm); 2433 TECH(mdm) = newtech; 2862 int query_supported_techs( ModemInfo *mdm __unused, int *supported ) 2901 int query_ctec(ModemInfo *mdm __unused, int *current, int32_t *preferred) 2919 int is_multimode_modem(ModemInfo *mdm) argument [all …]
|