HomeSort by relevance Sort by last modified time
    Searched refs:GpsInterface (Results 1 - 16 of 16) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
gps.c 35 extern const GpsInterface* get_gps_interface();
37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
loc.cpp 77 // Defines the GpsInterface in gps.h
78 static const GpsInterface sLocEngInterface =
80 sizeof(GpsInterface),
199 const GpsInterface* gps_get_hardware_interface ()
202 const GpsInterface* ret_val;
225 extern "C" const GpsInterface* get_gps_interface()
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
gps.c 35 extern const GpsInterface* get_gps_interface();
37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
loc.cpp 74 // Defines the GpsInterface in gps.h
75 static const GpsInterface sLocEngInterface =
77 sizeof(GpsInterface),
198 const GpsInterface* gps_get_hardware_interface ()
201 const GpsInterface* ret_val;
224 extern "C" const GpsInterface* get_gps_interface()
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
gps.c 35 extern const GpsInterface* get_gps_interface();
37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
loc.cpp 77 // Defines the GpsInterface in gps.h
78 static const GpsInterface sLocEngInterface =
80 sizeof(GpsInterface),
199 const GpsInterface* gps_get_hardware_interface ()
202 const GpsInterface* ret_val;
225 extern "C" const GpsInterface* get_gps_interface()
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
gps.c 35 extern const GpsInterface* get_gps_interface();
37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
loc.cpp 72 // Defines the GpsInterface in gps.h
73 static const GpsInterface sLocEngInterface =
75 sizeof(GpsInterface),
162 const GpsInterface* gps_get_hardware_interface ()
165 const GpsInterface* ret_val;
188 extern "C" const GpsInterface* get_gps_interface()
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
gps.c 35 extern const GpsInterface* get_gps_interface();
37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
loc.cpp 73 // Defines the GpsInterface in gps.h
74 static const GpsInterface sLocEngInterface =
76 sizeof(GpsInterface),
195 const GpsInterface* gps_get_hardware_interface ()
198 const GpsInterface* ret_val;
221 extern "C" const GpsInterface* get_gps_interface()
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
gps.c 35 extern const GpsInterface* get_gps_interface();
37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
loc.cpp 78 // Defines the GpsInterface in gps.h
79 static const GpsInterface sLocEngInterface =
81 sizeof(GpsInterface),
264 const GpsInterface* gps_get_hardware_interface ()
267 const GpsInterface* ret_val;
290 extern "C" const GpsInterface* get_gps_interface()
  /device/google/cuttlefish_common/guest/hals/gps/
gps_vsoc.cpp 214 static const GpsInterface gceGpsInterface = {
215 sizeof(GpsInterface),
227 const GpsInterface* gps_get_gps_interface(struct gps_device_t* /*dev*/) {
  /hardware/interfaces/gnss/1.0/default/
Gnss.h 167 const GpsInterface* mGnssIface = nullptr;
  /hardware/libhardware/include/hardware/
gps.h 608 /** set to sizeof(GpsInterface) */
659 } GpsInterface;
943 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev);
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 958 static const GpsInterface qemuGpsInterface = {
959 sizeof(GpsInterface),
971 const GpsInterface* gps__get_gps_interface(struct gps_device_t* __unused dev)

Completed in 747 milliseconds