Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 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.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
Dgps.c37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()
45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
/hardware/interfaces/gnss/1.0/default/
DGnss.h57 Gnss(gps_device_t* gnss_device);
DGnss.cpp52 Gnss::Gnss(gps_device_t* gnssDevice) : in Gnss()
747 iface = new Gnss(reinterpret_cast<gps_device_t*>(device)); in HIDL_FETCH_IGnss()
/hardware/libhardware/include/hardware/
Dgps.h935 struct gps_device_t { struct
943 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev); argument