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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1652 if (profile->mFormats[0] == 0) {
1674 ((profile->mFormats[0] == 0) &&
1675 (profile->mFormats.size() < 2)) ||
1676 ((profile->mFormats[0] == 0) &&
1757 if (profile->mFormats[0] == 0) {
1758 profile->mFormats.clear();
1759 profile->mFormats.add((audio_format_t)0);
2988 mFormat = profile->mFormats[0];
3285 for (i = 0; i < mFormats.size(); i++)
3287 if (mFormats[
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h207 // by convention, "0' in the first entry in mSamplingRates, mChannelMasks or mFormats
212 Vector <audio_format_t> mFormats; // supported audio formats member in class:android_audio_legacy::AudioPolicyManagerBase::IOProfile

Completed in 9 milliseconds