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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
gps.c 34 extern const GpsInterface* get_gps_interface();
36 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),
189 const GpsInterface* gps_get_hardware_interface ()
192 const GpsInterface* ret_val;
215 extern "C" const GpsInterface* get_gps_interface()
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
gps.c 34 extern const GpsInterface* get_gps_interface();
36 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/libhardware/include/hardware/
gps.h 561 /** set to sizeof(GpsInterface) */
606 } GpsInterface;
938 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev);
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 908 static const GpsInterface qemuGpsInterface = {
909 sizeof(GpsInterface),
921 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
  /frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp 59 static const GpsInterface* sGpsInterface = NULL;
    [all...]

Completed in 48 milliseconds