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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1327 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const
1332 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1339 bool AudioPolicyManagerBase::isStreamActiveRemotely(int stream, uint32_t inPastMs) const
1345 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
3329 bool AudioPolicyManagerBase::AudioOutputDescriptor::isActive(uint32_t inPastMs) const
3331 return isStrategyActive(NUM_STRATEGIES, inPastMs);
3335 uint32_t inPastMs,
3338 if ((sysTime == 0) && (inPastMs != 0)) {
3344 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) {
3352 uint32_t inPastMs,
3334 isStrategyActive(routing_strategy strategy, uint32_t inPastMs, nsecs_t sysTime) const argument
3351 isStreamActive(AudioSystem::stream_type stream, uint32_t inPastMs, nsecs_t sysTime) const argument
[all...]

Completed in 3637 milliseconds