Lines Matching refs:latencyMs
2170 uint32_t latencyMs = latency_l(); in createTrack_l() local
2171 if (latencyMs == 0) { in createTrack_l()
2177 minFrameCount = AudioSystem::calculateMinFrameCount(latencyMs, mNormalFrameCount, in createTrack_l()
3353 double latencyMs; in threadLoop() local
3358 status = swPatches[0].getLatencyMs_l(&latencyMs); in threadLoop()
3369 if (latencyMs >= minLatency && latencyMs <= maxLatency) { in threadLoop()
3370 ALOGVV("new downstream latency %lf ms", latencyMs); in threadLoop()
3372 ALOGD("out of range downstream latency %lf ms", latencyMs); in threadLoop()
3373 if (latencyMs < minLatency) latencyMs = minLatency; in threadLoop()
3374 else if (latencyMs > maxLatency) latencyMs = maxLatency; in threadLoop()
3376 mDownstreamLatencyStatMs.add(latencyMs); in threadLoop()
3512 const double latencyMs = mTimestamp.getOutputServerLatencyMs(mSampleRate); in threadLoop() local
3513 if (latencyMs != 0.) { // note 0. means timestamp is empty. in threadLoop()
3514 mLatencyMs.add(latencyMs); in threadLoop()
7214 const double latencyMs = RecordTrack::checkServerLatencySupported(mFormat, flags) in threadLoop() local
7216 if (latencyMs != 0.) { // note 0. means timestamp is empty. in threadLoop()
7217 mLatencyMs.add(latencyMs); in threadLoop()