Searched refs:convertTimespecToUs (Results 1 – 2 of 2) sorted by relevance
552 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function564 return convertTimespecToUs(tv); in getNowUs()
67 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function85 return convertTimespecToUs(tv); in getNowUs()2717 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp_l()