Loading include/media/VolumeShaper.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -551,7 +551,7 @@ public: static int64_t convertTimespecToUs(const struct timespec &tv) 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; } } // current monotonic time in microseconds. // current monotonic time in microseconds. Loading Loading
include/media/VolumeShaper.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -551,7 +551,7 @@ public: static int64_t convertTimespecToUs(const struct timespec &tv) 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; } } // current monotonic time in microseconds. // current monotonic time in microseconds. Loading