Searched refs:Intersection (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/services/audiopolicy/common/include/ |
D | policy.h | 236 std::vector<audio_devices_t> a2dpDevices = android::Intersection( in apm_extract_one_audio_device()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 108 const bool areOutputDevices = Intersection(deviceTypes, getAudioDeviceInAllSet()).empty(); in supportsDeviceTypes()
|
D | DeviceDescriptor.h | 176 return !Intersection(mDeviceTypes, deviceTypes).empty(); in containsDeviceAmongTypes()
|
/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioContainers.h | 45 static std::vector<T> Intersection(const std::set<T>& a, const std::set<T>& b) { in Intersection() function
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 252 Intersection(deviceTypes, availableOutputDevicesTypes).empty()) { in getDevicesForProductStrategy()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 5764 !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/ |
D | Threads.cpp | 3295 if (!Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty()) { in cacheParameters_l() 4504 && Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty(); in MixerThread()
|