Searched refs:isAnyOutputActive (Results 1 – 3 of 3) sorted by relevance
156 bool isAnyOutputActive(audio_stream_type_t streamToIgnore) const;
457 bool SwAudioOutputCollection::isAnyOutputActive(audio_stream_type_t streamToIgnore) const in isAnyOutputActive() function in android::SwAudioOutputCollection
1069 if (mOutputs.isAnyOutputActive(AUDIO_STREAM_TTS /*streamToIgnore*/)) { in startSource()