Searched refs:isCompatibleProfile (Results 1 – 3 of 3) sorted by relevance
30 bool IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile() function in android::IOProfile
46 bool isCompatibleProfile(audio_devices_t device,
644 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()