Home
last modified time | relevance | path

Searched refs:hasStream (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/include/
Dpolicy.h189 static inline bool hasStream(const android::StreamTypeVector &streams, in hasStream() function
202 return hasStream(streams, AUDIO_STREAM_VOICE_CALL); in hasVoiceStream()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp483 if (hasStream(streams, AUDIO_STREAM_BLUETOOTH_SCO)) { in setVolume()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5839 return hasStream(streams, stream) && isStreamActive(stream, 0); in getNewOutputDevices()