Searched refs:getAudioPatches (Results 1 – 7 of 7) sorted by relevance
264 AudioPatch[] getAudioPatches(); in getAudioPatches() method
44 android.hardware.audio.core.AudioPatch[] getAudioPatches(); in getAudioPatches() method
75 ndk::ScopedAStatus getAudioPatches(std::vector<AudioPatch>* _aidl_return) override;
804 ndk::ScopedAStatus Module::getAudioPatches(std::vector<AudioPatch>* _aidl_return) { in getAudioPatches() function in aidl::android::hardware::audio::core::Module
537 patchIds, &IModule::getAudioPatches, in GetAllPatchIds()1332 ASSERT_IS_OK(module->getAudioPatches(&allPatches)); in VerifyAgainstAllPatches()