Home | History | Annotate | Download | only in audio

Lines Matching refs:isStreamActive

387         isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
820 // store time at which the stream was stopped - see isStreamActive()
1335 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const
1340 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1353 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
2544 // the isStreamActive() method only informs about the activity of a stream, not
2547 } else if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_RESPECTFUL_AFTER_MUSIC_DELAY)) {
3251 if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) ||
3559 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) {
3566 bool AudioPolicyManagerBase::AudioOutputDescriptor::isStreamActive(AudioSystem::stream_type stream,