Searched refs:Intersection (Results 1 – 7 of 7) sorted by relevance
247 std::vector<audio_devices_t> a2dpDevices = android::Intersection( in apm_extract_one_audio_device()
135 const bool areOutputDevices = Intersection(deviceTypes, getAudioDeviceInAllSet()).empty(); in supportsDeviceTypes()
180 return !Intersection(mDeviceTypes, deviceTypes).empty(); in containsDeviceAmongTypes()
52 static std::vector<T> Intersection(const std::set<T>& a, const std::set<T>& b) { in Intersection() function
382 Intersection(deviceTypes, availableOutputDevicesTypes).empty()) { in getDevicesForProductStrategy()
7423 !Intersection(mAvailableOutputDevices.types(), getAudioDeviceOutAllScoSet()).empty()); in checkA2dpSuspend()8151 if (!Intersection(deviceTypes, in computeVolume()8186 && !Intersection(deviceTypes, {AUDIO_DEVICE_OUT_BLUETOOTH_A2DP, in computeVolume()
3699 if (!Intersection(outDeviceTypes_l(), getAudioDeviceOutAllA2dpSet()).empty()) { in cacheParameters_l()