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

/frameworks/av/include/media/
H A DVolumeShaper.h550 static int64_t convertTimespecToUs(const struct timespec &tv) function in class:android::VolumeShaper
562 return convertTimespecToUs(tv);
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp61 static int64_t convertTimespecToUs(const struct timespec &tv) function in namespace:android
79 return convertTimespecToUs(tv);
2659 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime);

Completed in 152 milliseconds