Searched defs:AudioProfile (Results 1 - 1 of 1) 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...]

Completed in 540 milliseconds