Searched defs:curProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp602 sp<IOProfile> curProfile = mHwModules[i]->mOutputProfiles[j]; local
603 if (!curProfile->isCompatibleProfile(device, String8(""),
611 if ((mAvailableOutputDevices.types() & curProfile->mSupportedDevices.types()) == 0) {
615 if (profile != 0 && ((curProfile->mFlags & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) == 0)) {
618 profile = curProfile;

Completed in 17 milliseconds