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

/frameworks/av/include/media/
H A DVolumeShaper.h552 static int64_t convertTimespecToUs(const struct timespec &tv) function in class:android::media::VolumeShaper
564 return convertTimespecToUs(tv);
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp64 static int64_t convertTimespecToUs(const struct timespec &tv) function in namespace:android
82 return convertTimespecToUs(tv);
2621 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime);

Completed in 58 milliseconds