/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 544 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 553 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 553 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 550 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 553 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 553 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 551 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 544 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 550 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/ |
D | LocTimer.h | 62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
|
D | LocTimer.cpp | 546 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/ |
D | LocTimer.cpp | 543 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()
|