Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp30 bool IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile() function in android::IOProfile
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h46 bool isCompatibleProfile(audio_devices_t device,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp644 if (!curProfile->isCompatibleProfile(device, String8(""), in getProfileForDirectOutput()
2484 if (!outputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch()
2541 if (!inputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch()
4856 if (profile->isCompatibleProfile(device, address, samplingRate, in AudioPolicyManager()