OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gss_fd
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/gps/msm8960/utils/
loc_target.cpp
61
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
176
static int
gss_fd
= -1;
variable
236
gss_fd
= open("/dev/gss", O_RDONLY);
237
if (
gss_fd
< 0) {
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp
179
static int
gss_fd
= -1;
variable
238
gss_fd
= open("/dev/gss", O_RDONLY);
239
if (
gss_fd
< 0) {
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.cpp
176
static int
gss_fd
= -1;
variable
236
gss_fd
= open("/dev/gss", O_RDONLY);
237
if (
gss_fd
< 0) {
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp
176
static int
gss_fd
= -1;
variable
236
gss_fd
= open("/dev/gss", O_RDONLY);
237
if (
gss_fd
< 0) {
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.cpp
176
static int
gss_fd
= -1;
variable
236
gss_fd
= open("/dev/gss", O_RDONLY);
237
if (
gss_fd
< 0) {
Completed in 307 milliseconds