Searched refs:containsSingleDeviceSupportingEncodedFormats (Results 1 – 5 of 5) sorted by relevance
108 bool IOProfile::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::IOProfile
370 bool SwAudioOutputDescriptor::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::SwAudioOutputDescriptor374 return (mOutput1->containsSingleDeviceSupportingEncodedFormats(device) && in containsSingleDeviceSupportingEncodedFormats()375 mOutput2->containsSingleDeviceSupportingEncodedFormats(device)); in containsSingleDeviceSupportingEncodedFormats()377 return mProfile->containsSingleDeviceSupportingEncodedFormats(device); in containsSingleDeviceSupportingEncodedFormats()
159 bool containsSingleDeviceSupportingEncodedFormats(const sp<DeviceDescriptor>& device) const;
341 virtual bool containsSingleDeviceSupportingEncodedFormats(
5222 && desc->containsSingleDeviceSupportingEncodedFormats(device)) { in checkOutputsForDevice()