HomeSort by relevance Sort by last modified time
    Searched refs:GpsInterface (Results 1 - 17 of 17) 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 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/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 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/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 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/msmcobalt/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 80 // Defines the GpsInterface in gps.h
81 static const GpsInterface sLocEngInterface =
83 sizeof(GpsInterface),
202 extern "C" const GpsInterface* gps_get_hardware_interface ()
205 const GpsInterface* ret_val;
229 extern "C" const GpsInterface* get_gps_interface()
  /hardware/libhardware/include/hardware/
gps.h 791 /** set to sizeof(GpsInterface) */
842 } GpsInterface;
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 906 static const GpsInterface qemuGpsInterface = {
907 sizeof(GpsInterface),
919 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 61 static const GpsInterface* sGpsInterface = NULL;
    [all...]

Completed in 109 milliseconds