Searched refs:containsSingleDeviceSupportingEncodedFormats (Results 1 – 5 of 5) sorted by relevance
432 bool SwAudioOutputDescriptor::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::SwAudioOutputDescriptor436 return (mOutput1->containsSingleDeviceSupportingEncodedFormats(device) && in containsSingleDeviceSupportingEncodedFormats()437 mOutput2->containsSingleDeviceSupportingEncodedFormats(device)); in containsSingleDeviceSupportingEncodedFormats()440 return mProfile->containsSingleDeviceSupportingEncodedFormats(device); in containsSingleDeviceSupportingEncodedFormats()
128 bool IOProfile::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::IOProfile
183 bool containsSingleDeviceSupportingEncodedFormats(const sp<DeviceDescriptor>& device) const;
384 virtual bool containsSingleDeviceSupportingEncodedFormats(
7140 && desc->containsSingleDeviceSupportingEncodedFormats(device)) { in checkOutputsForDevice()