Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1930 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 …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h224 Vector <audio_format_t> mFormats; // supported audio formats variable