Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h723 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function
735 return convertTimespecToUs(tv); in getNowUs()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp76 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function
94 return convertTimespecToUs(tv); in getNowUs()
3329 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp_l()