Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrack.cpp58 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function
68 return convertTimespecToUs(tv); in getNowUs()
2255 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp()