Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h184 class IOProfile; variable
195 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module
196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module
204 class IOProfile
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 *profile);
308 const IOProfile *mProfile; // I/O profile this output derives from
[all …]
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp502 AudioPolicyManagerBase::IOProfile *AudioPolicyManagerBase::getProfileForDirectOutput( in getProfileForDirectOutput()
514 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; in getProfileForDirectOutput()
598 IOProfile *profile = NULL; in getOutput()
940 IOProfile *profile = getInputProfile(device, in getInput()
1529 IOProfile *profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, in isOffloadSupported()
1587 const IOProfile *outProfile = mHwModules[i]->mOutputProfiles[j]; in AudioPolicyManagerBase()
1858 SortedVector<IOProfile *> profiles; in checkOutputsForDevice()
1881 IOProfile *profile = profiles[profile_index]; in checkOutputsForDevice()
2041 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; in checkOutputsForDevice()
2081 SortedVector<IOProfile *> profiles; in checkInputsForDevice()
[all …]