Home
last modified time | relevance | path

Searched refs:contoller (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/audio/effect/test/unittest/
H A Deffect_model_test.cpp164 struct IEffectControl *contoller = NULL; in HWTEST_F() local
165 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, model_->CreateEffectController(nullptr, &info, &contoller, &contollerId_)); in HWTEST_F()
166 EXPECT_EQ(HDF_ERR_INVALID_PARAM, model_->CreateEffectController(model_, nullptr, &contoller, &contollerId_)); in HWTEST_F()
167 EXPECT_EQ(HDF_ERR_INVALID_PARAM, model_->CreateEffectController(model_, &info, &contoller, nullptr)); in HWTEST_F()
184 struct IEffectControl *contoller = NULL; in HWTEST_F() local
185 ASSERT_EQ(HDF_SUCCESS, model_->CreateEffectController(model_, &info, &contoller, &contollerId_)); in HWTEST_F()
186 ASSERT_NE(contoller, nullptr); in HWTEST_F()
206 struct IEffectControl *contoller = NULL; in HWTEST_F() local
207 int32_t ret = model_->CreateEffectController(model_, &info, &contoller, &contollerId_); in HWTEST_F()
209 ASSERT_NE(contoller, nullpt in HWTEST_F()
[all...]
/drivers/peripheral/audio/effect/test/fuzztest/effectmodel_fuzzer/
H A Deffectmodel_fuzzer.cpp67 struct IEffectControl *contoller = nullptr; in EffectModelFucSwitch() local
74 model->CreateEffectController(model, &info, &contoller, &contollerId); in EffectModelFucSwitch()
/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c114 struct IEffectControl **contoller, struct ControllerId *contollerId) in EffectModelCreateEffectController()
116 if (self == NULL || info == NULL || contoller == NULL || contollerId == NULL) { in EffectModelCreateEffectController()
148 *contoller = &ctrlMgr->ctrlImpls; in EffectModelCreateEffectController()
153 *contoller = NULL; in EffectModelCreateEffectController()
164 *contoller = NULL; in EffectModelCreateEffectController()
113 EffectModelCreateEffectController(struct IEffectModel *self, const struct EffectInfo *info, struct IEffectControl **contoller, struct ControllerId *contollerId) EffectModelCreateEffectController() argument
/drivers/peripheral/audio/test/benchmarktest/effect/
H A Daudio_effectmodel_benchmarktest.cpp150 struct IEffectControl *contoller = NULL; in BENCHMARK_F() local
153 ret = model_->CreateEffectController(model_, &info, &contoller, &contollerId_); in BENCHMARK_F()

Completed in 3 milliseconds