Searched refs:containsSingleDeviceSupportingEncodedFormats (Results 1 – 5 of 5) sorted by relevance
108 bool IOProfile::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::IOProfile
409 bool SwAudioOutputDescriptor::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::SwAudioOutputDescriptor413 return (mOutput1->containsSingleDeviceSupportingEncodedFormats(device) && in containsSingleDeviceSupportingEncodedFormats()414 mOutput2->containsSingleDeviceSupportingEncodedFormats(device)); in containsSingleDeviceSupportingEncodedFormats()416 return mProfile->containsSingleDeviceSupportingEncodedFormats(device); in containsSingleDeviceSupportingEncodedFormats()
158 bool containsSingleDeviceSupportingEncodedFormats(const sp<DeviceDescriptor>& device) const;
351 virtual bool containsSingleDeviceSupportingEncodedFormats(
5993 && desc->containsSingleDeviceSupportingEncodedFormats(device)) { in checkOutputsForDevice()