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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h390 // the IOProfile class describes the capabilities of an output or input stream.
395 class IOProfile : public AudioPort class in class:android::AudioPolicyManager
398 IOProfile(const String8& name, audio_port_role_t role, const sp<HwModule>& module);
399 virtual ~IOProfile();
442 Vector < sp<IOProfile> > mOutputProfiles; // output profiles exposed by this module
443 Vector < sp<IOProfile> > mInputProfiles; // input profiles exposed by this module
476 AudioOutputDescriptor(const sp<IOProfile>& profile);
513 const sp<IOProfile> mProfile; // I/O profile this output derives from
524 AudioInputDescriptor(const sp<IOProfile>& profile);
538 const sp<IOProfile> mProfil
[all...]
H A DAudioPolicyManager.cpp845 sp<AudioPolicyManager::IOProfile> AudioPolicyManager::getProfileForDirectOutput(
857 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j];
1051 sp<IOProfile> profile;
1550 sp<IOProfile> profile = getInputProfile(device, address,
2393 sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */,
3095 const sp<IOProfile> outProfile = mHwModules[i]->mOutputProfiles[j];
3170 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j];
3520 SortedVector< sp<IOProfile> > profiles;
3528 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j];
3549 sp<IOProfile> profil
7358 AudioPolicyManager::IOProfile::IOProfile(const String8& name, audio_port_role_t role, function in class:android::AudioPolicyManager::IOProfile
[all...]

Completed in 29 milliseconds