Lines Matching refs:outProfile
3239 const sp<IOProfile> outProfile = mHwModules[i]->mOutputProfiles[j];
3241 if (!outProfile->hasSupportedDevices()) {
3245 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_TTS) != 0) {
3249 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_DIRECT) != 0) {
3252 audio_devices_t profileType = outProfile->getSupportedDevicesType();
3258 profileType = outProfile->getSupportedDeviceForType(outputDeviceTypes);
3263 sp<SwAudioOutputDescriptor> outputDesc = new SwAudioOutputDescriptor(outProfile,
3265 const DeviceVector &supportedDevices = outProfile->getSupportedDevices();
3276 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(),
3301 outProfile->getFlags() & AUDIO_OUTPUT_FLAG_PRIMARY) {