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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp397 isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
830 // store time at which the stream was stopped - see isStreamActive()
1345 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const function in class:android_audio_legacy::AudioPolicyManagerBase
1350 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1363 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
2554 // the isStreamActive() method only informs about the activity of a stream, not
2557 } else if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_RESPECTFUL_AFTER_MUSIC_DELAY)) {
3276 if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) ||
3585 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) {
3592 bool AudioPolicyManagerBase::AudioOutputDescriptor::isStreamActive(AudioSyste function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
[all...]

Completed in 11 milliseconds