Searched defs:sysTime (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp105 nsecs_t sysTime = 0; local
107 sysTime = systemTime();
113 if (isStreamActive((audio_stream_type_t)i, inPastMs, sysTime)) {
122 nsecs_t sysTime) const
130 if (sysTime == 0) {
131 sysTime = systemTime();
133 if (ns2ms(sysTime - mStopTime[stream]) < inPastMs) {
395 nsecs_t sysTime = systemTime(); local
398 if (outputDesc->isStreamActive(stream, inPastMs, sysTime)) {
408 nsecs_t sysTime local
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp457 nsecs_t sysTime = systemTime(); local
465 sysTime) ||
468 sysTime)) &&
4855 nsecs_t sysTime) const
4857 if ((sysTime == 0) && (inPastMs != 0)) {
4858 sysTime = systemTime();
4866 outputDesc->isStreamActive((audio_stream_type_t)i, inPastMs, sysTime)) {

Completed in 65 milliseconds