Searched refs:isCompatibleProfile (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 64 bool isCompatibleProfile(audio_devices_t device,
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | IOProfile.cpp | 30 bool IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile() function in android::IOProfile
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 753 if (!curProfile->isCompatibleProfile(device, String8(""), in getProfileForDirectOutput() 2929 if (!outputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch() 2986 if (!inputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch() 5444 if (profile->isCompatibleProfile(device, address, samplingRate, in loadConfig() 5455 if (firstInexact == nullptr && profile->isCompatibleProfile(device, address, in loadConfig()
|