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