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

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp129 static int mdm_fd = -1; variable
323 if (mdm_fd < 0) {
346 mdm_fd = open_first_external_modem();
347 if (mdm_fd < 0) {
368 closes mdm_fd which is the modem powerup node obtained in loc_init
383 if (mdm_fd >= 0) {
385 close(mdm_fd);
386 mdm_fd = -1;

Completed in 5 milliseconds