Searched refs:time_info_current (Results 1 – 2 of 2) sorted by relevance
2954 struct timespec time_info_current; in getWwanZppFix() local2955 clock_gettime(CLOCK_REALTIME,&time_info_current); in getWwanZppFix()2956 zppLoc.timestamp = (time_info_current.tv_sec)*1e3 + in getWwanZppFix()2957 (time_info_current.tv_nsec)/1e6; in getWwanZppFix()3036 struct timespec time_info_current; in getBestAvailableZppFix() local3037 clock_gettime(CLOCK_REALTIME,&time_info_current); in getBestAvailableZppFix()3038 zppLoc.timestamp = (time_info_current.tv_sec)*1e3 + in getBestAvailableZppFix()3039 (time_info_current.tv_nsec)/1e6; in getBestAvailableZppFix()