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

/hardware/qcom/gps/msm8960/utils/
H A Dloc_target.cpp60 static int gss_fd = 0; variable
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp143 static int gss_fd = 0; variable
198 gss_fd = open("/dev/gss", O_RDONLY);
199 if (gss_fd < 0) {
303 * close(gss_fd);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp179 static int gss_fd = -1; variable
238 gss_fd = open("/dev/gss", O_RDONLY);
239 if (gss_fd < 0) {

Completed in 164 milliseconds