Searched refs:supportsAudioPatches (Results 1 – 7 of 7) sorted by relevance
99 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice101 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()
86 bool supportsAudioPatches() const;
128 if (!hwDevice->supportsAudioPatches()) { in getAudioPort()237 !audioHwDevice->supportsAudioPatches()))) { in createAudioPatch()
4597 && !mOutput->audioHwDev->supportsAudioPatches(), in createAudioPatch_l()4640 if (mOutput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()4689 if (mOutput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()9299 if (mInput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()9337 if (mInput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()10038 && !mAudioHwDev->supportsAudioPatches(), in createAudioPatch_l()10074 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()10119 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l() local10120 supportsAudioPatches : false; in releaseAudioPatch_l()10122 if (supportsAudioPatches) { in releaseAudioPatch_l()
96 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;
90 virtual status_t supportsAudioPatches(bool *supportsPatches);
346 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::DeviceHalHidl349 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches); in supportsAudioPatches()