Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h375 class IOProfile : public AudioPort
378 IOProfile(const String8& name, audio_port_role_t role, const sp<HwModule>& module);
379 virtual ~IOProfile();
414 Vector < sp<IOProfile> > mOutputProfiles; // output profiles exposed by this module
415 Vector < sp<IOProfile> > mInputProfiles; // input profiles exposed by this module
445 AudioOutputDescriptor(const sp<IOProfile>& profile);
481 const sp<IOProfile> mProfile; // I/O profile this output derives from
492 AudioInputDescriptor(const sp<IOProfile>& profile);
505 const sp<IOProfile> mProfile; // I/O profile this output derives from
719 sp<IOProfile> getInputProfile(audio_devices_t device,
[all …]
DAudioPolicyManager.cpp793 sp<AudioPolicyManager::IOProfile> AudioPolicyManager::getProfileForDirectOutput( in getProfileForDirectOutput()
805 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; in getProfileForDirectOutput()
930 sp<IOProfile> profile; in getOutputForDevice()
1327 sp<IOProfile> profile = getInputProfile(device, in getInput()
1992 sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, in isOffloadSupported()
2692 const sp<IOProfile> outProfile = mHwModules[i]->mOutputProfiles[j]; in AudioPolicyManager()
2767 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; in AudioPolicyManager()
3123 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice()
3148 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
3348 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; in checkOutputsForDevice()
[all …]