Lines Matching refs:mLatency
53 mLatency(0), in ToneProducer()
319 int32 count = int32(mLatency / BufferDuration() + 1 + 1); in SetBufferGroup()
454 FindLatencyFor(mOutput.destination, &mLatency, &id); in Connect()
455 FPRINTF(stderr, "\tdownstream latency = %" B_PRIdBIGTIME "\n", mLatency); in Connect()
474 SetEventLatency(mLatency + mInternalLatency); in Connect()
537 SetEventLatency(mLatency + mInternalLatency); in LateNoticeReceived()
540 mLatency + mInternalLatency); in LateNoticeReceived()
619 mLatency = new_latency; in LatencyChanged()
620 SetEventLatency(mLatency + mInternalLatency); in LatencyChanged()
823 int32 count = int32(mLatency / BufferDuration() + 1 + 1); in AllocateBuffers()
826 B_PRIdBIGTIME "\n", mLatency, BufferDuration()); in AllocateBuffers()