Lines Matching refs:LL
42 return tv.tv_sec * 1000000ll + tv.tv_nsec / 1000;
1699 static const nsecs_t kFudgeNs = 10000000LL; // 10 ms
1700 ns = ((minFrames * 1000000000LL) / sampleRate) + kFudgeNs;
1711 timeout.tv_sec = ns / 1000000000LL;
1712 timeout.tv_nsec = ns % 1000000000LL;
1741 int64_t myns = ((mRemainingFrames - avail) * 1100000000LL) / sampleRate;
1772 return WAIT_PERIOD_MS * 1000000LL;
1809 return (mRemainingFrames * 1100000000LL) / sampleRate;
1966 const int64_t deltaPositionByUs = timestamp.mPosition * 1000000LL / mSampleRate;
2218 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL),
2264 ns = 1000000000LL;