Home
last modified time | relevance | path

Searched refs:mStopTime (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h281 nsecs_t mStopTime[AudioSystem::NUM_STREAM_TYPES]; variable
/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp1010 outputDesc->mStopTime[stream] = systemTime(); in stopSource()
1644 outputDesc->mStopTime[stream] = 0; in getOutputForDevice()
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp638 outputDesc->mStopTime[stream] = 0; in getOutput()
832 outputDesc->mStopTime[stream] = systemTime(); in stopOutput()
3502 mStopTime[i] = 0; in AudioOutputDescriptor()
3605 if (ns2ms(sysTime - mStopTime[stream]) < inPastMs) { in isStreamActive()