Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/include/
H A Dpolicy.h189 static inline bool hasStream(const android::StreamTypeVector &streams, in hasStream() function
202 return hasStream(streams, AUDIO_STREAM_VOICE_CALL); in hasVoiceStream()
/aosp12/system/libvintf/
H A DAssembleVintf.cpp55 bool hasStream() { return mStream != nullptr; } in hasStream() function in android::vintf::NamedIstream
423 if (mCheckFile.hasStream()) { in assembleHalManifest()
523 if (mCheckFile.hasStream()) { in assembleCompatibilityMatrix()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp483 if (hasStream(streams, AUDIO_STREAM_BLUETOOTH_SCO)) { in setVolume()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp6076 return hasStream(streams, stream) && isStreamActive(stream, 0); in getNewOutputDevices()