Searched refs:supportsAudioPatches (Results 1 – 9 of 9) sorted by relevance
166 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice168 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()
103 [[nodiscard]] bool supportsAudioPatches() const;
109 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;
87 status_t supportsAudioPatches(bool* supportsPatches) override;
393 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalHidl396 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches); in supportsAudioPatches()756 if (supportsAudioPatches(&supportsPatches) == OK && supportsPatches) { in getAudioMixPort()
133 status_t supportsAudioPatches(bool* supportsPatches) override;
571 status_t DeviceHalAidl::supportsAudioPatches(bool* supportsPatches) { in supportsAudioPatches() function in android::DeviceHalAidl
106 if (!hwDevice->supportsAudioPatches()) { in getAudioPort_l()225 !audioHwDevice->supportsAudioPatches()))) { in createAudioPatch_l()
4940 && !mOutput->audioHwDev->supportsAudioPatches(), in createAudioPatch_l()4983 if (mOutput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()5035 if (mOutput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()9876 if (mInput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()9917 if (mInput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()10688 && !mAudioHwDev->supportsAudioPatches(), in createAudioPatch_l()10734 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()10776 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l() local10777 supportsAudioPatches : false; in releaseAudioPatch_l()10779 if (supportsAudioPatches) { in releaseAudioPatch_l()