Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h43 bool isCompatibleProfile(audio_devices_t device,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp38 bool IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile() function in android::IOProfile
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp603 if (!curProfile->isCompatibleProfile(device, String8(""), in getProfileForDirectOutput()
2233 if (!outputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch()
2290 if (!inputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch()
4468 if (profile->isCompatibleProfile(device, address, samplingRate, in getInputProfile()