Searched refs:curProfile (Results 1 – 1 of 1) sorted by relevance
752 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForDirectOutput() local753 if (!curProfile->isCompatibleProfile(device, String8(""), in getProfileForDirectOutput()761 if ((mAvailableOutputDevices.types() & curProfile->getSupportedDevicesType()) == 0) { in getProfileForDirectOutput()765 … if (profile != 0 && ((curProfile->getFlags() & AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD) == 0)) { in getProfileForDirectOutput()768 profile = curProfile; in getProfileForDirectOutput()