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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h184 class IOProfile;
195 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module
196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module
199 // the IOProfile class describes the capabilities of an output or input stream.
204 class IOProfile class in class:android_audio_legacy::AudioPolicyManagerBase
207 IOProfile(HwModule *module);
208 ~IOProfile();
253 AudioOutputDescriptor(const IOProfile *profile);
285 const IOProfile *mProfile; // I/O profile this output derives from
296 AudioInputDescriptor(const IOProfile *profil
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp495 AudioPolicyManagerBase::IOProfile *AudioPolicyManagerBase::getProfileForDirectOutput(
507 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
591 IOProfile *profile = NULL;
933 IOProfile *profile = getInputProfile(device,
1512 IOProfile *profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */,
1570 const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j];
1835 SortedVector<IOProfile *> profiles;
1858 IOProfile *profile = profiles[profile_index];
1998 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
2662 AudioPolicyManagerBase::IOProfile *AudioPolicyManagerBas
3538 AudioPolicyManagerBase::IOProfile::IOProfile(HwModule *module) function in class:android_audio_legacy::AudioPolicyManagerBase::IOProfile
[all...]

Completed in 3978 milliseconds