Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1940 if (profile->mChannelMasks[0] == 0) { in checkOutputsForDevice()
1954 ((profile->mChannelMasks[0] == 0) && in checkOutputsForDevice()
1955 (profile->mChannelMasks.size() < 2))) { in checkOutputsForDevice()
2053 if (profile->mChannelMasks[0] == 0) { in checkOutputsForDevice()
2054 profile->mChannelMasks.clear(); in checkOutputsForDevice()
2055 profile->mChannelMasks.add(0); in checkOutputsForDevice()
2159 if (profile->mChannelMasks[0] == 0) { in checkInputsForDevice()
2171 ((profile->mChannelMasks[0] == 0) && (profile->mChannelMasks.size() < 2))) { in checkInputsForDevice()
2230 if (profile->mChannelMasks[0] == 0) { in checkInputsForDevice()
2231 profile->mChannelMasks.clear(); in checkInputsForDevice()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h223 Vector <audio_channel_mask_t> mChannelMasks; // supported channel masks variable