Home
last modified time | relevance | path

Searched refs:GpsLocation (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/gps/loc_api/ulp/inc/
Dulp.h43 const GpsLocation* location_report_ptr,
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.h58 typedef void (*loc_location_cb_ext) (GpsLocation* location, void* locExt);
Dloc.cpp40 static void loc_cb(GpsLocation* location, void* locExt);
848 static void loc_cb(GpsLocation* location, void* locExt) in loc_cb()
DLocApiAdapter.h117 void reportPosition(GpsLocation &location,
DLocApiAdapter.cpp144 void LocApiAdapter::reportPosition(GpsLocation &location, in reportPosition()
Dloc_eng_msg.h188 const GpsLocation location;
191 inline loc_eng_msg_report_position(void* instance, GpsLocation &loc, void* locExt, in loc_eng_msg_report_position()
Dloc_eng.cpp1465 loc_eng_data_p->location_cb((GpsLocation*)&(rpMsg->location), in loc_eng_deferred_action_thread()
1690 const GpsLocation* location_report_ptr, in loc_eng_report_position_ulp()
1709 loc_eng_data_p->client_handle->reportPosition((GpsLocation&)*location_report_ptr, in loc_eng_report_position_ulp()
/hardware/libhardware/include/hardware/
Dgps.h252 } GpsLocation; typedef
329 typedef void (* gps_location_callback)(GpsLocation* location);
/hardware/qcom/gps/loc_api/loc_api_v02/
DLocApiV02Adapter.cpp1462 GpsLocation location; in reportPosition()
1464 memset(&location, 0, sizeof (GpsLocation)); in reportPosition()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpcAdapter.cpp601 GpsLocation location = {0}; in reportPosition()
/hardware/qcom/gps/loc_api/libloc_api/
Dloc_eng.cpp746 GpsLocation location; in loc_eng_report_position()