Home
last modified time | relevance | path

Searched refs:model_ (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/hdf/audio/idl/effect_additional/src/
H A Deffect_model_test.cpp34 struct IEffectModel *model_ = nullptr; member in __anon437::EffectModelTestAdditional
42 model_ = IEffectModelGet(IS_DIRECTLY_CALL); in SetUp()
43 ASSERT_NE(nullptr, model_); in SetUp()
48 if (model_ != nullptr) { in TearDown()
49 IEffectModelRelease(model_, IS_DIRECTLY_CALL); in TearDown()
60 int32_t ret = model_->IsSupplyEffectLibs(nullptr, nullptr); in HWTEST_F()
73 ret = model_->IsSupplyEffectLibs(nullptr, nullptr); in HWTEST_F()
86 EXPECT_EQ(HDF_SUCCESS, model_->IsSupplyEffectLibs(model_, &isSupport)); in HWTEST_F()
98 EXPECT_EQ(HDF_SUCCESS, model_ in HWTEST_F()
[all...]
H A Deffect_control_test.cpp38 struct IEffectModel *model_ = nullptr; member in __anon436::EffectControlTestAdditional
52 model_ = IEffectModelGet(IS_DIRECTLY_CALL); in SetUp()
53 ASSERT_NE(model_, nullptr); in SetUp()
55 int32_t ret = model_->CreateEffectController(model_, &info, &controller_, &contollerId_); in SetUp()
62 if (controller_ != nullptr && model_ != nullptr) { in TearDown()
63 int32_t ret = model_->DestroyEffectController(model_, &contollerId_); in TearDown()
67 if (model_ != nullptr) { in TearDown()
68 IEffectModelRelease(model_, IS_DIRECTLY_CAL in TearDown()
[all...]
/test/xts/hats/hdf/audio/idl/effect/src/
H A Deffect_model_test.cpp33 struct IEffectModel *model_ = nullptr; member in __anon435::EffectModelTest
46 model_ = IEffectModelGet(IS_DIRECTLY_CALL); in SetUp()
47 ASSERT_NE(nullptr, model_); in SetUp()
63 if (model_ != nullptr) { in TearDown()
64 IEffectModelRelease(model_, IS_DIRECTLY_CALL); in TearDown()
78 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, model_->IsSupplyEffectLibs(nullptr, &isSupport)); in HWTEST_F()
79 EXPECT_EQ(HDF_ERR_INVALID_PARAM, model_->IsSupplyEffectLibs(model_, nullptr)); in HWTEST_F()
92 int32_t ret = model_->IsSupplyEffectLibs(model_, in HWTEST_F()
[all...]
H A Deffect_control_test.cpp38 struct IEffectModel *model_ = nullptr; member in __anon434::EffectControlTest
57 model_ = IEffectModelGet(IS_DIRECTLY_CALL); in SetUp()
58 ASSERT_NE(model_, nullptr); in SetUp()
60 int32_t ret = model_->CreateEffectController(model_, &info, &controller_, &contollerId_); in SetUp()
78 if (controller_ != nullptr && model_ != nullptr) { in TearDown()
79 int32_t ret = model_->DestroyEffectController(model_, &contollerId_); in TearDown()
83 if (model_ != nullptr) { in TearDown()
84 IEffectModelRelease(model_, IS_DIRECTLY_CAL in TearDown()
[all...]
/test/xts/hats/hdf/audio/idl/benchmarktest/effect/
H A Deffect_model_test.cpp36 struct IEffectModel *model_ = nullptr; member in __anon416::EffectModelBenchmarkTest
49 model_ = IEffectModelGet(IS_DIRECTLY_CALL); in SetUp()
50 ASSERT_NE(nullptr, model_); in SetUp()
66 if (model_ != nullptr) { in TearDown()
67 IEffectModelRelease(model_, IS_DIRECTLY_CALL); in TearDown()
80 ret = model_->IsSupplyEffectLibs(model_, &isSupport); in BENCHMARK_F()
97 ret = model_->GetAllEffectDescriptors(model_, descs, &descsLen); in BENCHMARK_F()
118 ret = model_ in BENCHMARK_F()
[all...]
H A Deffect_control_test.cpp41 struct IEffectModel *model_ = nullptr; member in __anon415::EffectControlBenchmarkTest
60 model_ = IEffectModelGet(IS_DIRECTLY_CALL); in SetUp()
61 ASSERT_NE(model_, nullptr); in SetUp()
63 int32_t ret = model_->CreateEffectController(model_, &info, &controller_, &contollerId_); in SetUp()
81 if (controller_ != nullptr && model_ != nullptr) { in TearDown()
82 int32_t ret = model_->DestroyEffectController(model_, &contollerId_); in TearDown()
86 if (model_ != nullptr) { in TearDown()
87 IEffectModelRelease(model_, IS_DIRECTLY_CAL in TearDown()
[all...]

Completed in 4 milliseconds