HomeSort by relevance Sort by last modified time
    Searched refs:mUncertainty (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 310 const int mUncertainty;
314 mTime(t), mTimeReference(tf), mUncertainty(unc)
319 mAdapter->setTime(mTime, mTimeReference, mUncertainty);
323 mTime, mTimeReference, mUncertainty);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 351 const int mUncertainty;
355 mTime(t), mTimeReference(tf), mUncertainty(unc)
360 mAdapter->setTime(mTime, mTimeReference, mUncertainty);
364 mTime, mTimeReference, mUncertainty);
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 370 const int mUncertainty;
374 mTime(t), mTimeReference(tf), mUncertainty(unc)
379 mAdapter->setTime(mTime, mTimeReference, mUncertainty);
383 mTime, mTimeReference, mUncertainty);
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp 348 const int mUncertainty;
352 mTime(t), mTimeReference(tf), mUncertainty(unc)
357 mAdapter->setTime(mTime, mTimeReference, mUncertainty);
361 mTime, mTimeReference, mUncertainty);
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp 351 const int mUncertainty;
355 mTime(t), mTimeReference(tf), mUncertainty(unc)
360 mAdapter->setTime(mTime, mTimeReference, mUncertainty);
364 mTime, mTimeReference, mUncertainty);
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp 348 const int mUncertainty;
352 mTime(t), mTimeReference(tf), mUncertainty(unc)
357 mAdapter->setTime(mTime, mTimeReference, mUncertainty);
361 mTime, mTimeReference, mUncertainty);
    [all...]
  /hardware/qcom/gps/msm8909w_3100/gnss/
GnssAdapter.cpp     [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp 854 int32_t mUncertainty;
865 mUncertainty(uncertainty) {}
867 mApi.setTime(mTime, mTimeReference, mUncertainty);
    [all...]

Completed in 272 milliseconds