Home
last modified time | relevance | path

Searched refs:get_gps_interface (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c35 extern const GpsInterface* get_gps_interface();
39 return get_gps_interface(); in gps__get_gps_interface()
51 dev->get_gps_interface = gps__get_gps_interface; in open_gps()
Dloc.cpp188 extern "C" const GpsInterface* get_gps_interface() in get_gps_interface() function
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
Dgps.c35 extern const GpsInterface* get_gps_interface();
39 return get_gps_interface(); in gps__get_gps_interface()
55 dev->get_gps_interface = gps__get_gps_interface; in open_gps()
Dloc.cpp224 extern "C" const GpsInterface* get_gps_interface() in get_gps_interface() function
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dgps.c35 extern const GpsInterface* get_gps_interface();
39 return get_gps_interface(); in gps__get_gps_interface()
55 dev->get_gps_interface = gps__get_gps_interface; in open_gps()
Dloc.cpp221 extern "C" const GpsInterface* get_gps_interface() in get_gps_interface() function
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dgps.c35 extern const GpsInterface* get_gps_interface();
39 return get_gps_interface(); in gps__get_gps_interface()
55 dev->get_gps_interface = gps__get_gps_interface; in open_gps()
Dloc.cpp224 extern "C" const GpsInterface* get_gps_interface() in get_gps_interface() function
/hardware/libhardware/include/hardware/
Dgps.h977 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev); member