Searched refs:timeOfStart (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8996/utils/ |
D | LocTimer.cpp | 687 struct timespec timeOfStart=getNow(); in main() local 699 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 709 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 722 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocTimer.cpp | 700 struct timespec timeOfStart=getNow(); in main() local 712 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 722 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 735 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main()
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocTimer.cpp | 699 struct timespec timeOfStart=getNow(); in main() local 711 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 721 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 734 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocTimer.cpp | 688 struct timespec timeOfStart=getNow(); in main() local 700 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 710 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main() 723 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow())); in main()
|