Home | History | Annotate | Download | only in audio

Lines Matching defs:sysTime

359         nsecs_t sysTime = systemTime();
367 sysTime) ||
370 sysTime)) &&
1347 nsecs_t sysTime = systemTime();
1350 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1359 nsecs_t sysTime = systemTime();
1363 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
3577 nsecs_t sysTime) const
3579 if ((sysTime == 0) && (inPastMs != 0)) {
3580 sysTime = systemTime();
3585 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) {
3594 nsecs_t sysTime) const
3602 if (sysTime == 0) {
3603 sysTime = systemTime();
3605 if (ns2ms(sysTime - mStopTime[stream]) < inPastMs) {