Searched refs:sysTime (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp103 nsecs_t sysTime = 0; local
105 sysTime = systemTime();
111 if (isStreamActive((audio_stream_type_t)i, inPastMs, sysTime)) {
120 nsecs_t sysTime) const
128 if (sysTime == 0) {
129 sysTime = systemTime();
131 if (ns2ms(sysTime - mStopTime[stream]) < inPastMs) {
449 nsecs_t sysTime = systemTime(); local
452 if (outputDesc->isStreamActive(stream, inPastMs, sysTime)) {
462 nsecs_t sysTime local
554 nsecs_t sysTime = systemTime(); local
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h65 nsecs_t sysTime = 0) const;
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h295 uint32_t inPastMs = 0, nsecs_t sysTime = 0) const;
H A DAudioPolicyManager.cpp494 nsecs_t sysTime = systemTime(); local
502 sysTime) ||
505 sysTime)) &&
5211 nsecs_t sysTime) const
5213 if ((sysTime == 0) && (inPastMs != 0)) {
5214 sysTime = systemTime();
5219 outputDesc->isStreamActive((audio_stream_type_t)i, inPastMs, sysTime)) {

Completed in 272 milliseconds