Home
last modified time | relevance | path

Searched refs:isCompatibleProfile (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp27 bool IOProfile::isCompatibleProfile(const DeviceVector &devices, in isCompatibleProfile() function in android::IOProfile
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h90 bool isCompatibleProfile(const DeviceVector &devices,
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h210 bool isCompatibleProfile(audio_devices_t device,
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp898 if (!curProfile->isCompatibleProfile(devices, in getProfileForOutput()
3908 if (!outputDesc->mProfile->isCompatibleProfile(DeviceVector(devDesc), in createAudioPatchInternal()
3963 if (!inputDesc->mProfile->isCompatibleProfile(DeviceVector(device), in createAudioPatchInternal()
6563 if (profile->isCompatibleProfile(DeviceVector(device), samplingRate, in getInputProfile()
6574 if (firstInexact == nullptr && profile->isCompatibleProfile(DeviceVector(device), in getInputProfile()