Searched refs:setAudioPatch (Results 1 – 7 of 7) sorted by relevance
550 AudioPatch setAudioPatch(in AudioPatch requested); in setAudioPatch() method
53 …android.hardware.audio.core.AudioPatch setAudioPatch(in android.hardware.audio.core.AudioPatch req… in setAudioPatch() method
100 ndk::ScopedAStatus setAudioPatch(const AudioPatch& in_requested,
1304 EXPECT_IS_OK(mModule->setAudioPatch(*mInitialPatch, &ignored)) in ~WithAudioPatch()1319 return mModule->setAudioPatch(mPatch, &mPatch); in SetUpNoChecks()4081 ASSERT_STATUS(expectedException, module->setAudioPatch(patch, &patch)) in SetInvalidPatchHelper()4185 EXPECT_NO_FATAL_FAILURE(module->setAudioPatch(patch.get(), &ignored)); in UpdatePatch()4230 module->setAudioPatch(patchWithNonExistendId, &patchWithNonExistendId)) in UpdateInvalidPatchId()
939 ndk::ScopedAStatus Module::setAudioPatch(const AudioPatch& in_requested, AudioPatch* _aidl_return) { in setAudioPatch() function in aidl::android::hardware::audio::core::Module