Searched refs:IOProfile (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | HwModule.h | 31 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);
|
D | IOProfile.h | 33 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()
|
D | AudioInputDescriptor.h | 29 class IOProfile; variable 37 explicit AudioInputDescriptor(const sp<IOProfile>& profile, 48 const sp<IOProfile> mProfile; // I/O profile this output derives from
|
D | AudioOutputDescriptor.h | 31 class IOProfile; variable 98 SwAudioOutputDescriptor(const sp<IOProfile>& profile, 140 const sp<IOProfile> mProfile; // I/O profile this output derives from
|
D | Serializer.h | 99 typedef IOProfile Element;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | IOProfile.cpp | 30 bool IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile() 111 void IOProfile::dump(int fd) in dump() 145 void IOProfile::log() in log()
|
D | HwModule.cpp | 48 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()
|
D | ConfigParsingUtils.cpp | 155 sp<IOProfile> profile = new IOProfile(String8(root->name), role); in loadHwModuleProfile()
|
D | AudioOutputDescriptor.cpp | 222 SwAudioOutputDescriptor::SwAudioOutputDescriptor(const sp<IOProfile>& profile, in SwAudioOutputDescriptor() 655 Vector <sp<IOProfile>> primaryHwModuleOutputProfiles = in isA2dpOffloadedOnPrimary()
|
D | AudioInputDescriptor.cpp | 30 AudioInputDescriptor::AudioInputDescriptor(const sp<IOProfile>& profile, in AudioInputDescriptor()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/ |
D | Android.mk | 9 src/IOProfile.cpp \
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 465 sp<IOProfile> getInputProfile(audio_devices_t device, 471 sp<IOProfile> getProfileForDirectOutput(audio_devices_t device,
|
D | AudioPolicyManager.cpp | 734 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 …]
|