OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gss_fd
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/gps/msm8960/utils/
loc_target.cpp
60
static int
gss_fd
= 0;
variable
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp
143
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/
loc.cpp
170
static int
gss_fd
= -1;
variable
229
gss_fd
= open("/dev/gss", O_RDONLY);
230
if (
gss_fd
< 0) {
Completed in 465 milliseconds