Searched refs:isStreamActiveLocally (Results 1 – 4 of 4) sorted by relevance
270 if (isInCall() || outputs.isStreamActiveLocally(AUDIO_STREAM_VOICE_CALL)) { in getDeviceForStrategyInt()276 outputs.isStreamActiveLocally( in getDeviceForStrategyInt()278 || outputs.isStreamActiveLocally( in getDeviceForStrategyInt()413 if (isInCall() || outputs.isStreamActiveLocally(AUDIO_STREAM_VOICE_CALL)) { in getDeviceForStrategyInt()
199 bool isStreamActiveLocally(audio_stream_type_t stream, uint32_t inPastMs = 0) const;
606 bool SwAudioOutputCollection::isStreamActiveLocally(audio_stream_type_t stream, uint32_t inPastMs) … in isStreamActiveLocally() function in android::SwAudioOutputCollection
5530 (isInCall() || mOutputs.isStreamActiveLocally(AUDIO_STREAM_VOICE_CALL))) { in loadConfig()