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

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp162 isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
H A Daudio_policy_hal.cpp303 return qap->apm->isStreamActive((int) stream, in_past_ms);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h140 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const;
265 bool isStreamActive(AudioSystem::stream_type stream,
H A DAudioPolicyInterface.h162 virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const = 0;
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp304 return lap->apm->isStreamActive((int) stream, in_past_ms);
H A DAudioPolicyManagerBase.cpp389 isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
822 // store time at which the stream was stopped - see isStreamActive()
1327 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const function in class:android_audio_legacy::AudioPolicyManagerBase
1332 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1345 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
2335 // the isStreamActive() method only informs about the activity of a stream, not
2338 } else if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_RESPECTFUL_AFTER_MUSIC_DELAY)) {
3036 if (isStreamActive(AudioSystem::MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) ||
3344 isStreamActive((AudioSystem::stream_type)i, inPastMs, sysTime)) {
3351 bool AudioPolicyManagerBase::AudioOutputDescriptor::isStreamActive(AudioSyste function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
[all...]

Completed in 879 milliseconds