Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
DLocEngAdapter.h125 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime() argument
127 return mLocApi->setTime(time, timeReference, uncertainty); in setTime()
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() argument
429 timeReference, uncertainty); in loc_inject_time()
Dloc_eng.h187 GpsUtcTime time, int64_t timeReference,
Dloc_eng.cpp1758 int64_t timeReference, int uncertainty) in loc_eng_inject_time() argument
1764 adapter->sendMsg(new LocEngSetTime(adapter, time, timeReference, in loc_eng_inject_time()
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.h140 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime() argument
142 return mLocApi->setTime(time, timeReference, uncertainty); in setTime()
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() argument
544 timeReference, uncertainty); in loc_inject_time()
Dloc_eng.h201 GpsUtcTime time, int64_t timeReference,
Dloc_eng.cpp1923 int64_t timeReference, int uncertainty) in loc_eng_inject_time() argument
1929 adapter->sendMsg(new LocEngSetTime(adapter, time, timeReference, in loc_eng_inject_time()
/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/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/libhardware/include/hardware/
Dgps.h579 int (*inject_time)(GpsUtcTime time, int64_t timeReference,
/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() argument
447 …nfo_ptr->time_utc += (int64_t)(ELAPSED_MILLIS_SINCE_BOOT_PLATFORM_LIB_ABSTRACTION - timeReference); in setTime()