Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:latency

588 uint32_t AudioFlinger::latency(audio_io_handle_t output) const
593 ALOGW("latency(): no playback thread found for output handle %d", output);
596 return thread->latency();
1459 if (pLatencyMs != NULL) *pLatencyMs = thread->latency();