Searched refs:convertTimespecToUs (Results 1 – 2 of 2) sorted by relevance
723 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function735 return convertTimespecToUs(tv); in getNowUs()
76 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function94 return convertTimespecToUs(tv); in getNowUs()3329 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp_l()