Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgps.h38 typedef int64_t GpsUtcTime; typedef
425 GpsUtcTime timestamp;
520 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);
579 int (*inject_time)(GpsUtcTime time, int64_t timeReference,
1098 int32_t transition, GpsUtcTime timestamp);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
DLocApiRpc.h94 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp64 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty);
423 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) in loc_inject_time()
Dloc_eng.h187 GpsUtcTime time, int64_t timeReference,
DLocEngAdapter.h125 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime()
Dloc_eng.cpp308 const GpsUtcTime mTime;
312 GpsUtcTime t, int64_t tf, int unc) : in LocEngSetTime()
1757 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_50001/
Dloc_eng.h201 GpsUtcTime time, int64_t timeReference,
Dloc.cpp66 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty);
538 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) in loc_inject_time()
DLocEngAdapter.h140 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime()
Dloc_eng.cpp363 const GpsUtcTime mTime;
367 GpsUtcTime t, int64_t tf, int unc) : in LocEngSetTime()
1922 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data, GpsUtcTime time, in loc_eng_inject_time()
/hardware/qcom/gps/msm8960/core/
DLocApiBase.h127 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
DLocApiBase.cpp328 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
/hardware/qcom/gps/core/
DLocApiBase.h144 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
DLocApiBase.cpp364 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp436 LocApiRpc::setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime()