Searched refs:Intersection (Results 1 – 7 of 7) sorted by relevance
239 std::vector<audio_devices_t> a2dpDevices = android::Intersection( in apm_extract_one_audio_device()
47 static std::vector<T> Intersection(const std::set<T>& a, const std::set<T>& b) { in Intersection() function
107 const bool areOutputDevices = Intersection(deviceTypes, getAudioDeviceInAllSet()).empty(); in supportsDeviceTypes()
175 return !Intersection(mDeviceTypes, deviceTypes).empty(); in containsDeviceAmongTypes()
251 Intersection(deviceTypes, availableOutputDevicesTypes).empty()) { in getDevicesForProductStrategy()
6555 !Intersection(mAvailableOutputDevices.types(), getAudioDeviceOutAllScoSet()).empty()); in checkA2dpSuspend()7241 if (!Intersection(deviceTypes, in computeVolume()7275 && !Intersection(deviceTypes, {AUDIO_DEVICE_OUT_BLUETOOTH_A2DP, in computeVolume()
3457 if (!Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty()) { in cacheParameters_l()