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

  /hardware/qcom/gps/loc_api/libloc_api/
gps.c 32 extern const GpsInterface* get_gps_interface();
34 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
loc_eng.cpp 100 // Defines the GpsInterface in gps.h
101 static const GpsInterface sLocEngInterface =
103 sizeof(GpsInterface),
145 const GpsInterface* gps_get_hardware_interface ()
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 385 /** set to sizeof(GpsInterface) */
430 } GpsInterface;
621 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev);
  /development/tools/emulator/system/gps/
gps_qemu.c 894 static const GpsInterface qemuGpsInterface = {
895 sizeof(GpsInterface),
907 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
  /sdk/emulator/gps/
gps_qemu.c 894 static const GpsInterface qemuGpsInterface = {
895 sizeof(GpsInterface),
907 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 47 static const GpsInterface* sGpsInterface = NULL;

Completed in 206 milliseconds