Lines Matching refs:IOProfile
793 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()
3388 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice()
3416 sp<IOProfile> profile = profiles[profile_index]; in checkInputsForDevice()
3534 sp<IOProfile> profile = mHwModules[module_index]->mInputProfiles[profile_index]; in checkInputsForDevice()
4548 sp<AudioPolicyManager::IOProfile> AudioPolicyManager::getInputProfile(audio_devices_t device, in getInputProfile()
4564 sp<IOProfile> profile = mHwModules[i]->mInputProfiles[j]; in getInputProfile()
5236 const sp<IOProfile>& profile) in AudioOutputDescriptor()
5428 AudioPolicyManager::AudioInputDescriptor::AudioInputDescriptor(const sp<IOProfile>& profile) in AudioInputDescriptor()
5588 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SINK, this); in loadInput()
5634 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SOURCE, this); in loadOutput()
6576 AudioPolicyManager::IOProfile::IOProfile(const String8& name, audio_port_role_t role, in IOProfile() function in android::AudioPolicyManager::IOProfile
6582 AudioPolicyManager::IOProfile::~IOProfile() in ~IOProfile()
6589 bool AudioPolicyManager::IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile()
6647 void AudioPolicyManager::IOProfile::dump(int fd) in dump()
6665 void AudioPolicyManager::IOProfile::log() in log()
7189 sp<IOProfile> profile; in defaultAudioPolicyConfig()
7197 profile = new IOProfile(String8("primary"), AUDIO_PORT_ROLE_SOURCE, module); in defaultAudioPolicyConfig()
7205 profile = new IOProfile(String8("primary"), AUDIO_PORT_ROLE_SINK, module); in defaultAudioPolicyConfig()