OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sInterfaceExists
(Results
1 - 12
of
12
) sorted by null
/hardware/interfaces/gnss/1.0/default/
GnssXtra.cpp
29
bool GnssXtra::
sInterfaceExists
= false;
38
sInterfaceExists
= false;
47
LOG_ALWAYS_FATAL_IF(
sInterfaceExists
);
48
sInterfaceExists
= true;
GnssNi.cpp
29
bool GnssNi::
sInterfaceExists
= false;
38
LOG_ALWAYS_FATAL_IF(
sInterfaceExists
);
39
sInterfaceExists
= true;
44
sInterfaceExists
= false;
AGnssRil.cpp
29
bool AGnssRil::
sInterfaceExists
= false;
39
LOG_ALWAYS_FATAL_IF(
sInterfaceExists
);
40
sInterfaceExists
= true;
45
sInterfaceExists
= false;
AGnss.cpp
29
bool AGnss::
sInterfaceExists
= false;
38
LOG_ALWAYS_FATAL_IF(
sInterfaceExists
);
39
sInterfaceExists
= true;
44
sInterfaceExists
= false;
GnssGeofencing.cpp
30
bool GnssGeofencing::
sInterfaceExists
= false;
45
LOG_ALWAYS_FATAL_IF(
sInterfaceExists
);
46
sInterfaceExists
= true;
51
sInterfaceExists
= false;
AGnss.h
76
static bool
sInterfaceExists
;
AGnssRil.h
79
static bool
sInterfaceExists
;
GnssNi.h
72
static bool
sInterfaceExists
;
GnssXtra.h
71
static bool
sInterfaceExists
;
GnssGeofencing.h
88
static bool
sInterfaceExists
;
Gnss.cpp
30
bool Gnss::
sInterfaceExists
= false;
55
LOG_ALWAYS_FATAL_IF(
sInterfaceExists
);
56
sInterfaceExists
= true;
67
sInterfaceExists
= false;
Gnss.h
170
static bool
sInterfaceExists
;
Completed in 1173 milliseconds