Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgps.h36 typedef int64_t GpsUtcTime; typedef
251 GpsUtcTime timestamp;
344 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);
403 int (*inject_time)(GpsUtcTime time, int64_t timeReference,
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
DLocApiRpcAdapter.h79 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
/hardware/qcom/gps/loc_api/loc_api_v02/
DLocApiV02Adapter.h153 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
DLocApiV02Adapter.cpp409 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp48 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty);
376 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) in loc_inject_time()
Dloc_eng.h140 GpsUtcTime time, int64_t timeReference,
DLocApiAdapter.h157 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime()
Dloc_eng_msg.h149 const GpsUtcTime time;
153 GpsUtcTime t, in loc_eng_msg_set_time()
Dloc_eng.cpp599 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data, GpsUtcTime time, in loc_eng_inject_time()
/hardware/qcom/gps/loc_api/libloc_api/
Dloc_eng.cpp68 static int loc_eng_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty);
499 static int loc_eng_inject_time (GpsUtcTime time, int64_t timeReference, int uncertainty) in loc_eng_inject_time()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpcAdapter.cpp385 LocApiRpcAdapter::setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime()