Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp26 IOProfile::IOProfile(const String8& name, audio_port_role_t role) in IOProfile() function in android::IOProfile
31 IOProfile::~IOProfile() in ~IOProfile()
38 bool IOProfile::isCompatibleProfile(audio_devices_t device, in isCompatibleProfile()
121 void IOProfile::dump(int fd) in dump()
139 void IOProfile::log() in log()
DHwModule.cpp51 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SINK); in loadInput()
98 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SOURCE); in loadOutput()
187 sp<IOProfile> profile = new IOProfile(name, AUDIO_PORT_ROLE_SOURCE); in addOutputProfile()
218 sp<IOProfile> profile = new IOProfile(name, AUDIO_PORT_ROLE_SINK); in addInputProfile()
DAudioInputDescriptor.cpp29 AudioInputDescriptor::AudioInputDescriptor(const sp<IOProfile>& profile) in AudioInputDescriptor()
DAudioOutputDescriptor.cpp224 const sp<IOProfile>& profile, AudioPolicyClientInterface *clientInterface) in SwAudioOutputDescriptor()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h33 class IOProfile : public AudioPort
36 IOProfile(const String8& name, audio_port_role_t role);
37 virtual ~IOProfile();
DAudioInputDescriptor.h27 class IOProfile; variable
35 AudioInputDescriptor(const sp<IOProfile>& profile);
51 const sp<IOProfile> mProfile; // I/O profile this output derives from
DHwModule.h29 class IOProfile; variable
55 Vector < sp<IOProfile> > mOutputProfiles; // output profiles exposed by this module
56 Vector < sp<IOProfile> > mInputProfiles; // input profiles exposed by this module
DAudioOutputDescriptor.h28 class IOProfile; variable
91 SwAudioOutputDescriptor(const sp<IOProfile>& profile,
118 const sp<IOProfile> mProfile; // I/O profile this output derives from
/frameworks/av/services/audiopolicy/common/managerdefinitions/
DAndroid.mk10 src/IOProfile.cpp \
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp581 sp<IOProfile> AudioPolicyManager::getProfileForDirectOutput( in getProfileForDirectOutput()
595 sp<IOProfile> profile; in getProfileForDirectOutput()
602 sp<IOProfile> curProfile = mHwModules[i]->mOutputProfiles[j]; in getProfileForDirectOutput()
805 sp<IOProfile> profile; in getOutputForDevice()
1387 sp<IOProfile> profile; in getInputForAttr()
2076 sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, in isOffloadSupported()
2734 const sp<IOProfile> outProfile = mHwModules[i]->mOutputProfiles[j]; in AudioPolicyManager()
2809 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; in AudioPolicyManager()
3175 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice()
3183 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; in checkOutputsForDevice()
[all …]
DAudioPolicyManager.h445 sp<IOProfile> getInputProfile(audio_devices_t device,
451 sp<IOProfile> getProfileForDirectOutput(audio_devices_t device,