Home
last modified time | relevance | path

Searched refs:containsSingleDeviceSupportingEncodedFormats (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp432 bool SwAudioOutputDescriptor::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::SwAudioOutputDescriptor
436 return (mOutput1->containsSingleDeviceSupportingEncodedFormats(device) && in containsSingleDeviceSupportingEncodedFormats()
437 mOutput2->containsSingleDeviceSupportingEncodedFormats(device)); in containsSingleDeviceSupportingEncodedFormats()
440 return mProfile->containsSingleDeviceSupportingEncodedFormats(device); in containsSingleDeviceSupportingEncodedFormats()
H A DIOProfile.cpp128 bool IOProfile::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::IOProfile
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h183 bool containsSingleDeviceSupportingEncodedFormats(const sp<DeviceDescriptor>& device) const;
H A DAudioOutputDescriptor.h384 virtual bool containsSingleDeviceSupportingEncodedFormats(
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp7140 && desc->containsSingleDeviceSupportingEncodedFormats(device)) { in checkOutputsForDevice()