Searched refs:containsSingleDeviceSupportingEncodedFormats (Results 1 – 5 of 5) sorted by relevance
186 bool containsSingleDeviceSupportingEncodedFormats(const sp<DeviceDescriptor>& device) const;
371 virtual bool containsSingleDeviceSupportingEncodedFormats(
425 bool SwAudioOutputDescriptor::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::SwAudioOutputDescriptor429 return (mOutput1->containsSingleDeviceSupportingEncodedFormats(device) && in containsSingleDeviceSupportingEncodedFormats()430 mOutput2->containsSingleDeviceSupportingEncodedFormats(device)); in containsSingleDeviceSupportingEncodedFormats()433 return mProfile->containsSingleDeviceSupportingEncodedFormats(device); in containsSingleDeviceSupportingEncodedFormats()
149 bool IOProfile::containsSingleDeviceSupportingEncodedFormats( in containsSingleDeviceSupportingEncodedFormats() function in android::IOProfile
6835 && desc->containsSingleDeviceSupportingEncodedFormats(device)) { in checkOutputsForDevice()