Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h552 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function
564 return convertTimespecToUs(tv); in getNowUs()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp67 static int64_t convertTimespecToUs(const struct timespec &tv) in convertTimespecToUs() function
85 return convertTimespecToUs(tv); in getNowUs()
2717 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp_l()