Searched defs: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();
254 AudioOutputDescriptor(const IOProfile *profile);
286 const IOProfile *mProfile; // I/O profile this output derives from
297 AudioInputDescriptor(const IOProfile *profil
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp502 AudioPolicyManagerBase::IOProfile *AudioPolicyManagerBase::getProfileForDirectOutput(
514 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
598 IOProfile *profile = NULL;
940 IOProfile *profile = getInputProfile(device,
1529 IOProfile *profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */,
1587 const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j];
1858 SortedVector<IOProfile *> profiles;
1881 IOProfile *profile = profiles[profile_index];
2041 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
2081 SortedVector<IOProfile *> profile
3767 AudioPolicyManagerBase::IOProfile::IOProfile(HwModule *module) function in class:android_audio_legacy::AudioPolicyManagerBase::IOProfile
[all...]

Completed in 53 milliseconds