Home
last modified time | relevance | path

Searched refs:timeOutInMs (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/sdm845/gps/msm8996/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp544 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
550 futureTime.tv_sec += timeOutInMs / 1000; in start()
551 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/sm8150p/gps/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp553 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
559 futureTime.tv_sec += timeOutInMs / 1000; in start()
560 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp553 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
559 futureTime.tv_sec += timeOutInMs / 1000; in start()
560 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/gps/msm8998/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp550 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
556 futureTime.tv_sec += timeOutInMs / 1000; in start()
557 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/sm7150/gps/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp553 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
559 futureTime.tv_sec += timeOutInMs / 1000; in start()
560 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/sm8150/gps/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp553 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
559 futureTime.tv_sec += timeOutInMs / 1000; in start()
560 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp551 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
557 futureTime.tv_sec += timeOutInMs / 1000; in start()
558 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/gps/msm8909/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp544 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
550 futureTime.tv_sec += timeOutInMs / 1000; in start()
551 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp550 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
556 futureTime.tv_sec += timeOutInMs / 1000; in start()
557 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocTimer.h62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
DLocTimer.cpp546 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
552 futureTime.tv_sec += timeOutInMs / 1000; in start()
553 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp543 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start() argument
549 futureTime.tv_sec += timeOutInMs / 1000; in start()
550 futureTime.tv_nsec += (timeOutInMs % 1000) * 1000000; in start()