Home
last modified time | relevance | path

Searched refs:gps_device_t (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c36 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
44 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dgps.c36 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
44 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/libhardware/include/hardware/
Dgps.h950 struct gps_device_t { struct
958 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev); argument