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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h159 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const = 0;
H A DAudioPolicyManagerBase.h135 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const;
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp302 return lap->apm->isStreamActive((int) stream, in_past_ms);
H A DAudioPolicyManagerBase.cpp342 isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
717 // store time at which the stream was stopped - see isStreamActive()
1129 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const function in class:android_audio_legacy::AudioPolicyManagerBase
2029 } else if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_RESPECTFUL_AFTER_MUSIC_DELAY)) {
2645 if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) ||

Completed in 6417 milliseconds