Searched refs:supportsAudioPatches (Results 1 – 9 of 9) sorted by relevance
96 bool AudioHwDevice::supportsAudioPatches() const { in supportsAudioPatches() function in android::AudioHwDevice98 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()
84 bool supportsAudioPatches() const;
128 if (!hwDevice->supportsAudioPatches()) { in getAudioPort()237 !audioHwDevice->supportsAudioPatches()))) { in createAudioPatch()
4309 && !mOutput->audioHwDev->supportsAudioPatches(), in createAudioPatch_l()4352 if (mOutput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()4413 if (mOutput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()8801 if (mInput->audioHwDev->supportsAudioPatches()) { in createAudioPatch_l()8851 if (mInput->audioHwDev->supportsAudioPatches()) { in releaseAudioPatch_l()9544 && !mAudioHwDev->supportsAudioPatches(), in createAudioPatch_l()9580 if (mAudioHwDev->supportsAudioPatches()) { in createAudioPatch_l()9636 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l() local9637 supportsAudioPatches : false; in releaseAudioPatch_l()9639 if (supportsAudioPatches) { in releaseAudioPatch_l()
93 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;
87 virtual status_t supportsAudioPatches(bool *supportsPatches);
94 virtual status_t supportsAudioPatches(bool *supportsPatches);
297 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::CPP_VERSION::DeviceHalHidl299 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches); in supportsAudioPatches()
152 status_t DeviceHalLocal::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() function in android::CPP_VERSION::DeviceHalLocal