Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h385 bool isCompatibleProfile(audio_devices_t device,
DAudioPolicyManager.cpp806 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