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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
gps.c 37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
gps.c 37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
gps.c 37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
gps.c 37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
gps.c 37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
gps.c 37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev)
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
  /hardware/interfaces/gnss/1.0/default/
Gnss.h 57 Gnss(gps_device_t* gnss_device);
Gnss.cpp 52 Gnss::Gnss(gps_device_t* gnssDevice) :
748 iface = new Gnss(reinterpret_cast<gps_device_t*>(device));
  /hardware/libhardware/include/hardware/
gps.h 935 struct gps_device_t { struct
943 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev);
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 934 const GpsInterface* gps__get_gps_interface(struct gps_device_t* __unused dev)
943 struct gps_device_t *dev = malloc(sizeof(struct gps_device_t));

Completed in 266 milliseconds