Home
last modified time | relevance | path

Searched refs:sInterfaceExists (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssXtra.cpp29 bool GnssXtra::sInterfaceExists = false; member in android::hardware::gnss::V1_0::implementation::GnssXtra
38 sInterfaceExists = false; in ~GnssXtra()
47 LOG_ALWAYS_FATAL_IF(sInterfaceExists); in GnssXtra()
48 sInterfaceExists = true; in GnssXtra()
DGnssNi.cpp29 bool GnssNi::sInterfaceExists = false; member in android::hardware::gnss::V1_0::implementation::GnssNi
38 LOG_ALWAYS_FATAL_IF(sInterfaceExists); in GnssNi()
39 sInterfaceExists = true; in GnssNi()
44 sInterfaceExists = false; in ~GnssNi()
DAGnssRil.cpp29 bool AGnssRil::sInterfaceExists = false; member in android::hardware::gnss::V1_0::implementation::AGnssRil
39 LOG_ALWAYS_FATAL_IF(sInterfaceExists); in AGnssRil()
40 sInterfaceExists = true; in AGnssRil()
45 sInterfaceExists = false; in ~AGnssRil()
DAGnss.cpp29 bool AGnss::sInterfaceExists = false; member in android::hardware::gnss::V1_0::implementation::AGnss
38 LOG_ALWAYS_FATAL_IF(sInterfaceExists); in AGnss()
39 sInterfaceExists = true; in AGnss()
44 sInterfaceExists = false; in ~AGnss()
DGnssGeofencing.cpp30 bool GnssGeofencing::sInterfaceExists = false; member in android::hardware::gnss::V1_0::implementation::GnssGeofencing
45 LOG_ALWAYS_FATAL_IF(sInterfaceExists); in GnssGeofencing()
46 sInterfaceExists = true; in GnssGeofencing()
51 sInterfaceExists = false; in ~GnssGeofencing()
DGnssXtra.h71 static bool sInterfaceExists; member
DGnssNi.h72 static bool sInterfaceExists; member
DAGnss.h76 static bool sInterfaceExists; member
DAGnssRil.h79 static bool sInterfaceExists; member
DGnssGeofencing.h88 static bool sInterfaceExists; member
DGnss.cpp30 bool Gnss::sInterfaceExists = false; member in android::hardware::gnss::V1_0::implementation::Gnss
55 LOG_ALWAYS_FATAL_IF(sInterfaceExists); in Gnss()
56 sInterfaceExists = true; in Gnss()
67 sInterfaceExists = false; in ~Gnss()
DGnss.h170 static bool sInterfaceExists; variable