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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h152 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const = 0;
H A DAudioPolicyManagerBase.h122 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const;
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp278 return lap->apm->isStreamActive(stream, in_past_ms);
H A DAudioPolicyManagerBase.cpp315 isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
619 // store time at which the stream was stopped - see isStreamActive()
962 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const function in class:android_audio_legacy::AudioPolicyManagerBase

Completed in 47 milliseconds