Home
last modified time | relevance | path

Searched refs:IOProfile (Results 1 – 1 of 1) 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
298 AudioInputDescriptor(const IOProfile *profile);
309 const IOProfile *mProfile; // I/O profile this output derives from
[all …]