Lines Matching refs:outProfile
1345 for (const auto &outProfile : outputProfiles) { in getBestMsdAudioProfileFor() local
1346 if (hwAvSync == ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) != 0)) { in getBestMsdAudioProfileFor()
1347 deviceProfiles.appendVector(outProfile->getAudioProfiles()); in getBestMsdAudioProfileFor()
4166 for (const auto &outProfile : outputProfiles) { in isHapticPlaybackSupported() local
4168 outProfile->toAudioPort(&audioPort); in isHapticPlaybackSupported()
4348 for (const auto& outProfile : hwModule->getOutputProfiles()) { in initialize() local
4349 if (!outProfile->canOpenNewIo()) { in initialize()
4351 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in initialize()
4354 if (!outProfile->hasSupportedDevices()) { in initialize()
4358 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_TTS) != 0) { in initialize()
4362 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_DIRECT) != 0) { in initialize()
4365 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in initialize()
4381 sp<SwAudioOutputDescriptor> outputDesc = new SwAudioOutputDescriptor(outProfile, in initialize()
4399 outProfile->getFlags() & AUDIO_OUTPUT_FLAG_PRIMARY) { in initialize()