Searched refs:AudioProfile (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h36 class AudioProfile : public virtual RefBase class in namespace:android
39 AudioProfile(audio_format_t format, function in class:android::AudioProfile
49 AudioProfile(audio_format_t format, function in class:android::AudioProfile
136 class AudioProfileVector : public Vector<sp<AudioProfile> >
139 ssize_t add(const sp<AudioProfile> &profile)
153 ssize_t addProfileFromHal(const sp<AudioProfile> &profileToAdd)
175 const sp<AudioProfile> &profile = itemAt(profileIndex);
185 sp<AudioProfile> getFirstValidProfile() const
234 sp<AudioProfile> profile = itemAt(i);
245 sp<AudioProfile> profil
[all...]
H A DAudioPolicyConfig.h122 new AudioProfile(AUDIO_FORMAT_PCM_16_BIT, AUDIO_CHANNEL_OUT_STEREO, 44100));
131 new AudioProfile(AUDIO_FORMAT_PCM_16_BIT, AUDIO_CHANNEL_IN_MONO, 8000));
H A DSerializer.h76 typedef AudioProfile Element;
77 typedef sp<AudioProfile> PtrElement;
H A DAudioPort.h20 #include "AudioProfile.h"
77 void addAudioProfile(const sp<AudioProfile> &profile) { mProfiles.add(profile); }
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp17 #define LOG_TAG "APM::AudioProfile"
20 #include "AudioProfile.h"
31 status_t AudioProfile::checkExact(uint32_t samplingRate, audio_channel_mask_t channelMask,
56 bool operator == (const AudioProfile &left, const AudioProfile &compareTo)
63 status_t AudioProfile::checkCompatibleSamplingRate(uint32_t samplingRate,
98 status_t AudioProfile::checkCompatibleChannelMask(audio_channel_mask_t channelMask,
185 void AudioProfile::dump(int fd, int spaces) const
260 const sp<AudioProfile> profile = itemAt(i);
284 int AudioProfileVector::compareFormats(const sp<AudioProfile> *profile
[all...]
H A DConfigParsingUtils.cpp127 new AudioProfile(gDynamicFormat,
132 new AudioProfile(gDynamicFormat,
192 sp<AudioProfile> profileToAdd = new AudioProfile(gDynamicFormat, channels, sampleRates);
201 sp<AudioProfile> profileToAdd = new AudioProfile(formats[i], channels, sampleRates);
H A DHwModule.cpp50 profile->addAudioProfile(new AudioProfile(config->format, config->channel_mask,
112 profile->addAudioProfile(new AudioProfile(config->format, config->channel_mask,
H A DSerializer.cpp245 sp <AudioProfile> dynamicProfile = new AudioProfile(gDynamicFormat,
331 sp <AudioProfile> dynamicProfile = new AudioProfile(gDynamicFormat,
/frameworks/av/services/audiopolicy/common/managerdefinitions/
H A DAndroid.mk11 src/AudioProfile.cpp \
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp6096 // Format MUST be checked first to update the list of AudioProfile
6146 profiles.addProfileFromHal(new AudioProfile(format, channelMasks, samplingRates));

Completed in 297 milliseconds