Home | History | Annotate | Download | only in audio

Lines Matching defs:isStreamActive

389         isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
811 // store time at which the stream was stopped - see isStreamActive()
1302 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const
1307 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1320 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
2298 // the isStreamActive() method only informs about the activity of a stream, not
2301 } else if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_RESPECTFUL_AFTER_MUSIC_DELAY)) {
2977 if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) ||
3285 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) {
3292 bool AudioPolicyManagerBase::AudioOutputDescriptor::isStreamActive(AudioSystem::stream_type stream,