Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:isStreamActive

660         isStreamActive(AUDIO_STREAM_MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY)) {
1391 // store time at which the stream was stopped - see isStreamActive()
2280 isStreamActive((audio_stream_type_t)curStream) ||
2367 if (activeOnly && !desc->isStreamActive(AUDIO_STREAM_MUSIC)) {
2425 bool AudioPolicyManager::isStreamActive(audio_stream_type_t stream, uint32_t inPastMs) const
2432 active = mOutputs.isStreamActive((audio_stream_type_t)curStream, inPastMs);
4845 if (outputDesc->isStreamActive((audio_stream_type_t)stream)) {
4956 if (outputDesc->isStreamActive((audio_stream_type_t)curStream)) {
5523 && isStreamActive(AUDIO_STREAM_RING, 0)) {
5579 if (isStreamActive(AUDIO_STREAM_MUSIC, SONIFICATION_HEADSET_MUSIC_DELAY) ||
5880 outputDesc->isStreamActive((audio_stream_type_t)i, inPastMs, sysTime)) {