Searched refs:mFormats (Results 1 – 2 of 2) sorted by relevance
1930 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkOutputsForDevice()1952 ((profile->mFormats[0] == 0) && in checkOutputsForDevice()1953 (profile->mFormats.size() < 2)) || in checkOutputsForDevice()2049 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkOutputsForDevice()2050 profile->mFormats.clear(); in checkOutputsForDevice()2051 profile->mFormats.add(AUDIO_FORMAT_DEFAULT); in checkOutputsForDevice()2150 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkInputsForDevice()2170 ((profile->mFormats[0] == 0) && (profile->mFormats.size() < 2)) || in checkInputsForDevice()2226 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkInputsForDevice()2227 profile->mFormats.clear(); in checkInputsForDevice()[all …]
224 Vector <audio_format_t> mFormats; // supported audio formats variable