Searched refs:GpsLocation (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/gps/loc_api/ulp/inc/ |
D | ulp.h | 43 const GpsLocation* location_report_ptr,
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.h | 58 typedef void (*loc_location_cb_ext) (GpsLocation* location, void* locExt);
|
D | loc.cpp | 40 static void loc_cb(GpsLocation* location, void* locExt); 848 static void loc_cb(GpsLocation* location, void* locExt) in loc_cb()
|
D | LocApiAdapter.h | 117 void reportPosition(GpsLocation &location,
|
D | LocApiAdapter.cpp | 144 void LocApiAdapter::reportPosition(GpsLocation &location, in reportPosition()
|
D | loc_eng_msg.h | 188 const GpsLocation location; 191 inline loc_eng_msg_report_position(void* instance, GpsLocation &loc, void* locExt, in loc_eng_msg_report_position()
|
D | loc_eng.cpp | 1465 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/ |
D | gps.h | 252 } GpsLocation; typedef 329 typedef void (* gps_location_callback)(GpsLocation* location);
|
/hardware/qcom/gps/loc_api/loc_api_v02/ |
D | LocApiV02Adapter.cpp | 1462 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/ |
D | LocApiRpcAdapter.cpp | 601 GpsLocation location = {0}; in reportPosition()
|
/hardware/qcom/gps/loc_api/libloc_api/ |
D | loc_eng.cpp | 746 GpsLocation location; in loc_eng_report_position()
|