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

  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 657 inline struct timespec getTimerWrapper(int timeout) {
665 mTimeOut(timeout), mTimeOfBirth(getTimerWrapper(0)) {}
675 struct timespec now = getTimerWrapper(0);
  /hardware/qcom/gps/msm8909w_3100/utils/
LocTimer.cpp 669 inline struct timespec getTimerWrapper(int timeout) {
677 mTimeOut(timeout), mTimeOfBirth(getTimerWrapper(0)) {}
687 struct timespec now = getTimerWrapper(0);
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 656 inline struct timespec getTimerWrapper(int timeout) {
664 mTimeOut(timeout), mTimeOfBirth(getTimerWrapper(0)) {}
674 struct timespec now = getTimerWrapper(0);
  /hardware/qcom/gps/msm8998/utils/
LocTimer.cpp 668 inline struct timespec getTimerWrapper(int timeout) {
676 mTimeOut(timeout), mTimeOfBirth(getTimerWrapper(0)) {}
686 struct timespec now = getTimerWrapper(0);

Completed in 152 milliseconds