Searched refs:supportsAudioPatches (Results 1 – 8 of 8) sorted by relevance
100 Return<bool> PrimaryDevice::supportsAudioPatches() { in supportsAudioPatches() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice101 return mDevice->supportsAudioPatches(); in supportsAudioPatches()
253 Return<bool> Device::supportsAudioPatches() { in supportsAudioPatches() function in android::hardware::audio::CPP_VERSION::implementation::Device
91 Return<bool> supportsAudioPatches() override;
73 Return<bool> supportsAudioPatches() override;
154 supportsAudioPatches() generates (bool supports);
156 supportsAudioPatches() generates (bool supports);
397 auto result = device->supportsAudioPatches(); in areAudioPatchesSupported()