Home
last modified time | relevance | path

Searched refs:getAudioPatches (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl264 AudioPatch[] getAudioPatches(); in getAudioPatches() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl44 android.hardware.audio.core.AudioPatch[] getAudioPatches(); in getAudioPatches() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl44 android.hardware.audio.core.AudioPatch[] getAudioPatches(); in getAudioPatches() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl44 android.hardware.audio.core.AudioPatch[] getAudioPatches(); in getAudioPatches() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h75 ndk::ScopedAStatus getAudioPatches(std::vector<AudioPatch>* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/
DModule.cpp804 ndk::ScopedAStatus Module::getAudioPatches(std::vector<AudioPatch>* _aidl_return) { in getAudioPatches() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp537 patchIds, &IModule::getAudioPatches, in GetAllPatchIds()
1332 ASSERT_IS_OK(module->getAudioPatches(&allPatches)); in VerifyAgainstAllPatches()