Searched refs:isStreamActiveRemotely (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h162 virtual bool isStreamActiveRemotely(int stream, uint32_t inPastMs = 0) const = 0;
H A DAudioPolicyManagerBase.h144 virtual bool isStreamActiveRemotely(int stream, uint32_t inPastMs = 0) const;
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp311 return lap->apm->isStreamActiveRemotely((int) stream, in_past_ms);
H A DAudioPolicyManagerBase.cpp31 // active output devices in isStreamActiveRemotely()
1356 bool AudioPolicyManagerBase::isStreamActiveRemotely(int stream, uint32_t inPastMs) const function in class:android_audio_legacy::AudioPolicyManagerBase
2549 } else if (isStreamActiveRemotely(AudioSystem::MUSIC,
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp310 return qap->apm->isStreamActiveRemotely((int) stream, in_past_ms);

Completed in 31 milliseconds