Searched refs:IOProfile (Results 1 – 1 of 1) sorted by relevance
184 class IOProfile; variable195 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module204 class IOProfile207 IOProfile(HwModule *module);208 ~IOProfile();254 AudioOutputDescriptor(const IOProfile *profile);286 const IOProfile *mProfile; // I/O profile this output derives from298 AudioInputDescriptor(const IOProfile *profile);309 const IOProfile *mProfile; // I/O profile this output derives from[all …]