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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp396 isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
829 // store time at which the stream was stopped - see isStreamActive()
1344 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const function in class:android_audio_legacy::AudioPolicyManagerBase
1349 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1362 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
2553 // the isStreamActive() method only informs about the activity of a stream, not
2556 } else if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_RESPECTFUL_AFTER_MUSIC_DELAY)) {
3260 if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) ||
3568 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) {
3575 bool AudioPolicyManagerBase::AudioOutputDescriptor::isStreamActive(AudioSyste function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
[all...]

Completed in 4334 milliseconds