Searched refs:isCompatibleProfile (Results 1 – 2 of 2) sorted by relevance
385 bool isCompatibleProfile(audio_devices_t device,
806 bool found = profile->isCompatibleProfile(device, samplingRate, in getProfileForDirectOutput()2236 if (!outputDesc->mProfile->isCompatibleProfile(devDesc->mDeviceType, in createAudioPatch()2290 if (!inputDesc->mProfile->isCompatibleProfile(devDesc->mDeviceType, in createAudioPatch()4566 if (profile->isCompatibleProfile(device, samplingRate, in getInputProfile()6589 bool AudioPolicyManager::IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile() function in android::AudioPolicyManager::IOProfile