Searched refs:IOProfile (Results 1 – 2 of 2) sorted by relevance
395 class IOProfile : public AudioPort398 IOProfile(const String8& name, audio_port_role_t role, const sp<HwModule>& module);399 virtual ~IOProfile();442 Vector < sp<IOProfile> > mOutputProfiles; // output profiles exposed by this module443 Vector < sp<IOProfile> > mInputProfiles; // input profiles exposed by this module476 AudioOutputDescriptor(const sp<IOProfile>& profile);513 const sp<IOProfile> mProfile; // I/O profile this output derives from524 AudioInputDescriptor(const sp<IOProfile>& profile);538 const sp<IOProfile> mProfile; // I/O profile this output derives from754 sp<IOProfile> getInputProfile(audio_devices_t device,[all …]
845 sp<AudioPolicyManager::IOProfile> AudioPolicyManager::getProfileForDirectOutput( in getProfileForDirectOutput()857 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; in getProfileForDirectOutput()1051 sp<IOProfile> profile; in getOutputForDevice()1550 sp<IOProfile> profile = getInputProfile(device, address, in getInputForAttr()2393 sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, in isOffloadSupported()3095 const sp<IOProfile> outProfile = mHwModules[i]->mOutputProfiles[j]; in AudioPolicyManager()3170 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; in AudioPolicyManager()3520 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice()3528 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; in checkOutputsForDevice()3549 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()[all …]