Searched refs:sysTime (Results 1 - 4 of 4) 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/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h63 nsecs_t sysTime = 0) const;
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h298 uint32_t inPastMs = 0, nsecs_t sysTime = 0) const;
H A DAudioPolicyManager.cpp471 nsecs_t sysTime = systemTime(); local
479 sysTime) ||
482 sysTime)) &&
4905 nsecs_t sysTime) const
4907 if ((sysTime == 0) && (inPastMs != 0)) {
4908 sysTime = systemTime();
4916 outputDesc->isStreamActive((audio_stream_type_t)i, inPastMs, sysTime)) {

Completed in 69 milliseconds