Merge "Fix cert-dcl16-c clang-tidy warnings in libaudioclient." am: 8774dda490

am: e8f69f37be

Change-Id: Ie00fbed3d5c11f8aa874a29c2b4d3d1158e001fe
gugelfrei
Chih-Hung Hsieh 6 years ago committed by android-build-merger
commit a2b3272876

@ -64,7 +64,7 @@ static inline nsecs_t framesToNanoseconds(ssize_t frames, uint32_t sampleRate, f
static int64_t convertTimespecToUs(const struct timespec &tv)
{
return tv.tv_sec * 1000000ll + tv.tv_nsec / 1000;
return tv.tv_sec * 1000000LL + tv.tv_nsec / 1000;
}
// TODO move to audio_utils.

Loading…
Cancel
Save