Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dgps.c34 extern const GpsInterface* get_gps_interface();
38 return get_gps_interface(); in gps__get_gps_interface()
50 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/loc_api/libloc_api_50001/
Dgps.c34 extern const GpsInterface* get_gps_interface();
38 return get_gps_interface(); in gps__get_gps_interface()
54 dev->get_gps_interface = gps__get_gps_interface; in open_gps()
Dloc.cpp215 extern "C" const GpsInterface* get_gps_interface() in get_gps_interface() function
/hardware/libhardware/include/hardware/
Dgps.h938 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev); member