Home
last modified time | relevance | path

Searched refs:mTimeReference (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp309 const int64_t mTimeReference; member
314 mTime(t), mTimeReference(tf), mUncertainty(unc) in LocEngSetTime()
319 mAdapter->setTime(mTime, mTimeReference, mUncertainty); in proc()
323 mTime, mTimeReference, mUncertainty); in locallog()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng.cpp350 const int64_t mTimeReference; member
355 mTime(t), mTimeReference(tf), mUncertainty(unc) in LocEngSetTime()
360 mAdapter->setTime(mTime, mTimeReference, mUncertainty); in proc()
364 mTime, mTimeReference, mUncertainty); in locallog()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng.cpp369 const int64_t mTimeReference; member
374 mTime(t), mTimeReference(tf), mUncertainty(unc) in LocEngSetTime()
379 mAdapter->setTime(mTime, mTimeReference, mUncertainty); in proc()
383 mTime, mTimeReference, mUncertainty); in locallog()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp350 const int64_t mTimeReference; member
355 mTime(t), mTimeReference(tf), mUncertainty(unc) in LocEngSetTime()
360 mAdapter->setTime(mTime, mTimeReference, mUncertainty); in proc()
364 mTime, mTimeReference, mUncertainty); in locallog()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng.cpp347 const int64_t mTimeReference; member
352 mTime(t), mTimeReference(tf), mUncertainty(unc) in LocEngSetTime()
357 mAdapter->setTime(mTime, mTimeReference, mUncertainty); in proc()
361 mTime, mTimeReference, mUncertainty); in locallog()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng.cpp347 const int64_t mTimeReference; member
352 mTime(t), mTimeReference(tf), mUncertainty(unc) in LocEngSetTime()
357 mAdapter->setTime(mTime, mTimeReference, mUncertainty); in proc()
361 mTime, mTimeReference, mUncertainty); in locallog()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp842 int64_t mTimeReference; in injectTimeCommand() member
853 mTimeReference(timeReference), in injectTimeCommand()
856 mApi.setTime(mTime, mTimeReference, mUncertainty); in injectTimeCommand()