Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h140 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const;
144 virtual bool isStreamActiveRemotely(int stream, uint32_t inPastMs = 0) const;
265 bool isActive(uint32_t inPastMs = 0) const;
267 uint32_t inPastMs = 0,
270 uint32_t inPastMs = 0,
DAudioPolicyInterface.h161 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const = 0;
162 virtual bool isStreamActiveRemotely(int stream, uint32_t inPastMs = 0) const = 0;
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1344 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const in isStreamActive()
1349 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) { in isStreamActive()
1356 bool AudioPolicyManagerBase::isStreamActiveRemotely(int stream, uint32_t inPastMs) const in isStreamActiveRemotely()
1362 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) { in isStreamActiveRemotely()
3553 bool AudioPolicyManagerBase::AudioOutputDescriptor::isActive(uint32_t inPastMs) const in isActive()
3555 return isStrategyActive(NUM_STRATEGIES, inPastMs); in isActive()
3559 uint32_t inPastMs, in isStrategyActive() argument
3562 if ((sysTime == 0) && (inPastMs != 0)) { in isStrategyActive()
3568 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) { in isStrategyActive()
3576 uint32_t inPastMs, in isStreamActive() argument
[all …]