Searched refs:IOProfile (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | IOProfile.cpp | 26 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()
|
D | HwModule.cpp | 51 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()
|
D | AudioInputDescriptor.cpp | 29 AudioInputDescriptor::AudioInputDescriptor(const sp<IOProfile>& profile) in AudioInputDescriptor()
|
D | AudioOutputDescriptor.cpp | 224 const sp<IOProfile>& profile, AudioPolicyClientInterface *clientInterface) in SwAudioOutputDescriptor()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 33 class IOProfile : public AudioPort 36 IOProfile(const String8& name, audio_port_role_t role); 37 virtual ~IOProfile();
|
D | AudioInputDescriptor.h | 27 class IOProfile; variable 35 AudioInputDescriptor(const sp<IOProfile>& profile); 51 const sp<IOProfile> mProfile; // I/O profile this output derives from
|
D | HwModule.h | 29 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
|
D | AudioOutputDescriptor.h | 28 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/ |
D | Android.mk | 10 src/IOProfile.cpp \
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 581 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 …]
|
D | AudioPolicyManager.h | 445 sp<IOProfile> getInputProfile(audio_devices_t device, 451 sp<IOProfile> getProfileForDirectOutput(audio_devices_t device,
|