Home
last modified time | relevance | path

Searched refs:supportsAudioPatches (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp100 Return<bool> PrimaryDevice::supportsAudioPatches() { in supportsAudioPatches() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
101 return mDevice->supportsAudioPatches(); in supportsAudioPatches()
DDevice.cpp253 Return<bool> Device::supportsAudioPatches() { in supportsAudioPatches() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevice.h91 Return<bool> supportsAudioPatches() override;
DPrimaryDevice.h73 Return<bool> supportsAudioPatches() override;
/hardware/interfaces/audio/2.0/
DIDevice.hal154 supportsAudioPatches() generates (bool supports);
/hardware/interfaces/audio/4.0/
DIDevice.hal156 supportsAudioPatches() generates (bool supports);
/hardware/interfaces/audio/5.0/
DIDevice.hal156 supportsAudioPatches() generates (bool supports);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h397 auto result = device->supportsAudioPatches(); in areAudioPatchesSupported()