Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h31 class IOProfile; variable
35 typedef Vector<sp<IOProfile> > InputProfileCollection;
36 typedef Vector<sp<IOProfile> > OutputProfileCollection;
37 typedef Vector<sp<IOProfile> > IOProfileCollection;
65 status_t addOutputProfile(const sp<IOProfile> &profile);
66 status_t addInputProfile(const sp<IOProfile> &profile);
67 status_t addProfile(const sp<IOProfile> &profile);
DIOProfile.h33 class IOProfile : public AudioPort
36 IOProfile(const String8 &name, audio_port_role_t role) in IOProfile() function
158 class InputProfile : public IOProfile
161 explicit InputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SINK) {} in InputProfile()
164 class OutputProfile : public IOProfile
167 explicit OutputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile()
DAudioInputDescriptor.h29 class IOProfile; variable
37 explicit AudioInputDescriptor(const sp<IOProfile>& profile,
48 const sp<IOProfile> mProfile; // I/O profile this output derives from
DAudioOutputDescriptor.h31 class IOProfile; variable
98 SwAudioOutputDescriptor(const sp<IOProfile>& profile,
140 const sp<IOProfile> mProfile; // I/O profile this output derives from
DSerializer.h99 typedef IOProfile Element;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp30 bool IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile()
111 void IOProfile::dump(int fd) in dump()
145 void IOProfile::log() in log()
DHwModule.cpp48 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()
60 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile()
68 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile()
76 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile()
111 sp<IOProfile> profile = new InputProfile(name); in addInputProfile()
DConfigParsingUtils.cpp155 sp<IOProfile> profile = new IOProfile(String8(root->name), role); in loadHwModuleProfile()
DAudioOutputDescriptor.cpp222 SwAudioOutputDescriptor::SwAudioOutputDescriptor(const sp<IOProfile>& profile, in SwAudioOutputDescriptor()
655 Vector <sp<IOProfile>> primaryHwModuleOutputProfiles = in isA2dpOffloadedOnPrimary()
DAudioInputDescriptor.cpp30 AudioInputDescriptor::AudioInputDescriptor(const sp<IOProfile>& profile, in AudioInputDescriptor()
/frameworks/av/services/audiopolicy/common/managerdefinitions/
DAndroid.mk9 src/IOProfile.cpp \
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h465 sp<IOProfile> getInputProfile(audio_devices_t device,
471 sp<IOProfile> getProfileForDirectOutput(audio_devices_t device,
DAudioPolicyManager.cpp734 sp<IOProfile> AudioPolicyManager::getProfileForDirectOutput( in getProfileForDirectOutput()
749 sp<IOProfile> profile; in getProfileForDirectOutput()
927 sp<IOProfile> profile; in getOutputForDevice()
1654 sp<IOProfile> profile; in getInputForDevice()
2739 sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, in isOffloadSupported()
3619 sp<IOProfile> profile = hwModule->getOutputProfiles()[i]; in getSurroundFormats()
4249 SortedVector< sp<IOProfile> > profiles; in loadConfig()
4252 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in loadConfig()
4274 sp<IOProfile> profile = profiles[profile_index]; in loadConfig()
4419 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in loadConfig()
[all …]