Home
last modified time | relevance | path

Searched refs:Intersection (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/common/include/
Dpolicy.h236 std::vector<audio_devices_t> a2dpDevices = android::Intersection( in apm_extract_one_audio_device()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h108 const bool areOutputDevices = Intersection(deviceTypes, getAudioDeviceInAllSet()).empty(); in supportsDeviceTypes()
DDeviceDescriptor.h176 return !Intersection(mDeviceTypes, deviceTypes).empty(); in containsDeviceAmongTypes()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h45 static std::vector<T> Intersection(const std::set<T>& a, const std::set<T>& b) { in Intersection() function
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp252 Intersection(deviceTypes, availableOutputDevicesTypes).empty()) { in getDevicesForProductStrategy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5764 !Intersection(mAvailableOutputDevices.types(), getAudioDeviceOutAllScoSet()).empty()); in checkA2dpSuspend()
6425 if (!Intersection(deviceTypes, in computeVolume()
6459 && !Intersection(deviceTypes, {AUDIO_DEVICE_OUT_BLUETOOTH_A2DP, in computeVolume()
/frameworks/av/services/audioflinger/
DThreads.cpp3295 if (!Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty()) { in cacheParameters_l()
4504 && Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty(); in MixerThread()