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

/frameworks/av/include/media/
H A DVolumeShaper.h553 static int64_t convertTimespecToUs(const struct timespec &tv) function in class:android::VolumeShaper
565 return convertTimespecToUs(tv);
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp60 static int64_t convertTimespecToUs(const struct timespec &tv) function in namespace:android
75 return convertTimespecToUs(tv);
2570 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime);

Completed in 1561 milliseconds