Home
last modified time | relevance | path

Searched refs:time_info_current (Results 1 – 2 of 2) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp2954 struct timespec time_info_current; in getWwanZppFix() local
2955 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() local
3037 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()
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp2954 struct timespec time_info_current; in getWwanZppFix() local
2955 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() local
3037 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()