Home
last modified time | relevance | path

Searched refs:matchAddress (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidAudioRoutingHelper.java121 if (matchAddress(device, audioDevice)) { in getMatchedHearingDeviceAttributes()
129 private boolean matchAddress(CachedBluetoothDevice device, AudioDeviceInfo audioDevice) { in matchAddress() method in HearingAidAudioRoutingHelper
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h182 bool matchAddress = true) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp348 bool matchAddress) const in getDeviceDescriptor()
350 String8 devAddress = (address == nullptr || !matchAddress) ? String8("") : String8(address); in getDeviceDescriptor()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1295 bool matchAddress = true);
DAudioPolicyManager.cpp4098 bool matchAddress) { in areAllDevicesSupported() argument
4102 AUDIO_FORMAT_DEFAULT, false /*allowToCreate*/, matchAddress); in areAllDevicesSupported()