Lines Matching refs:mFormats
3267 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkOutputsForDevice()
3289 ((profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) && in checkOutputsForDevice()
3290 (profile->mFormats.size() < 2)) || in checkOutputsForDevice()
3296 } else if (profile->mSamplingRates[0] == 0 || profile->mFormats[0] == 0 || in checkOutputsForDevice()
3429 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkOutputsForDevice()
3430 profile->mFormats.clear(); in checkOutputsForDevice()
3431 profile->mFormats.add(AUDIO_FORMAT_DEFAULT); in checkOutputsForDevice()
3556 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkInputsForDevice()
3576 ((profile->mFormats[0] == 0) && (profile->mFormats.size() < 2)) || in checkInputsForDevice()
3633 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkInputsForDevice()
3634 profile->mFormats.clear(); in checkInputsForDevice()
3635 profile->mFormats.add(AUDIO_FORMAT_DEFAULT); in checkInputsForDevice()
4748 profile->mFormats.add(AUDIO_FORMAT_PCM_16_BIT); in defaultAudioPolicyConfig()
4757 profile->mFormats.add(AUDIO_FORMAT_PCM_16_BIT); in defaultAudioPolicyConfig()