Home
last modified time | relevance | path

Searched refs:EffectReverse (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/audio/test/benchmarktest/effect/
H A Daudio_effectcontrol_benchmarktest.cpp165 BENCHMARK_F(AudioEffectControlBenchmarkTest, EffectReverse)(benchmark::State &state) in BENCHMARK_F()
173 ret = controller_->EffectReverse(controller_, &input, &output); in BENCHMARK_F()
178 BENCHMARK_REGISTER_F(AudioEffectControlBenchmarkTest, EffectReverse)->
/drivers/peripheral/audio/interfaces/effect/v1_0/
H A Dieffect_control_vdi.h35 int32_t (*EffectReverse)(struct IEffectControlVdi *self, const struct AudioEffectBufferVdi *input, member
/drivers/peripheral/audio/effect/model/src/
H A Deffect_control.c107 if (manager->ctrlOps == NULL || manager->ctrlOps->EffectReverse == NULL) { in EffectControlEffectReverse()
113 int32_t ret = manager->ctrlOps->EffectReverse(manager->ctrlOps, inputVdi, outputVdi); in EffectControlEffectReverse()
115 HDF_LOGE("EffectReverse failed, ret=%{public}d", ret); in EffectControlEffectReverse()
H A Deffect_model.c147 ctrlMgr->ctrlImpls.EffectReverse = EffectControlEffectReverse; in EffectModelCreateEffectController()
/drivers/peripheral/audio/effect/test/unittest/
H A Deffect_control_test.cpp332 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, controller_->EffectReverse(nullptr, &input, &output)); in HWTEST_F()
333 EXPECT_EQ(HDF_ERR_INVALID_PARAM, controller_->EffectReverse(controller_, nullptr, &output)); in HWTEST_F()
334 EXPECT_EQ(HDF_ERR_INVALID_PARAM, controller_->EffectReverse(controller_, &input, nullptr)); in HWTEST_F()
348 int32_t ret = controller_->EffectReverse(controller_, &input, &output); in HWTEST_F()
/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/
H A Deffectcontrol_fuzzer.cpp73 controller->EffectReverse(controller, reinterpret_cast<struct AudioEffectBuffer *>(data), &output); in EffectControlFucSwitch()
/drivers/peripheral/audio/effect/model/src/mock_effect/
H A Dmock_effect_lib.c287 hwCtrl->impls.EffectReverse = MockEffectReverse; in MockCreateController()

Completed in 3 milliseconds