Home
last modified time | relevance | path

Searched refs:mFormats (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1931 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkOutputsForDevice()
1953 ((profile->mFormats[0] == 0) && in checkOutputsForDevice()
1954 (profile->mFormats.size() < 2)) || in checkOutputsForDevice()
2050 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkOutputsForDevice()
2051 profile->mFormats.clear(); in checkOutputsForDevice()
2052 profile->mFormats.add(AUDIO_FORMAT_DEFAULT); in checkOutputsForDevice()
2151 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkInputsForDevice()
2171 ((profile->mFormats[0] == 0) && (profile->mFormats.size() < 2)) || in checkInputsForDevice()
2227 if (profile->mFormats[0] == AUDIO_FORMAT_DEFAULT) { in checkInputsForDevice()
2228 profile->mFormats.clear(); in checkInputsForDevice()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h224 Vector <audio_format_t> mFormats; // supported audio formats variable