Searched refs:contollerId (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/audio/effect/model/src/ |
H A D | effect_model.c | 314 struct ControllerId *contollerId, struct IEffectControlVdi *ctrlOps) in CreateEffectController() argument 316 if (info == NULL || contoller == NULL || contollerId == NULL) { in CreateEffectController() 342 contollerId->libName = strdup(info->libName); in CreateEffectController() 343 contollerId->effectId = strdup(info->effectId); in CreateEffectController() 344 if (contollerId->libName == NULL || contollerId->effectId == NULL) { in CreateEffectController() 355 struct IEffectControl **contoller, struct ControllerId *contollerId) in EffectModelCreateEffectController() argument 377 contollerId->libName = strdup(info->libName); in EffectModelCreateEffectController() 378 contollerId->effectId = strdup(info->effectId); in EffectModelCreateEffectController() 379 if (contollerId->libName == NULL || contollerId->effectId == NULL) { in EffectModelCreateEffectController() 405 if (self == NULL || contollerId == NULL) { in EffectModelDestroyEffectController() [all …]
|
/ohos5.0/drivers/peripheral/audio/effect/test/fuzztest/effectmodel_fuzzer/ |
H A D | effectmodel_fuzzer.cpp | 68 struct ControllerId contollerId; in EffectModelFucSwitch() local 74 model->CreateEffectController(model, &info, &contoller, &contollerId); in EffectModelFucSwitch() 78 struct ControllerId contollerId{ in EffectModelFucSwitch() struct 82 model->DestroyEffectController(model, &contollerId); in EffectModelFucSwitch()
|
/ohos5.0/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/ |
H A D | effectcontrol_fuzzer.cpp | 102 struct ControllerId contollerId; in DoSomethingInterestingWithMyAPI() local 104 int32_t ret = model->CreateEffectController(model, &info, &controller, &contollerId); in DoSomethingInterestingWithMyAPI() 123 ret = model->DestroyEffectController(model, &contollerId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/ |
H A D | interface_i_effect_model.md | 51 | contollerId | 音效控制器ID。 | 75 | contollerId | 音效控制器ID |
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/foo/audio/effect/v1_0/ |
H A D | IEffectModel.idl | 54 * @param contollerId Indicates the contoller to the <b>IEffectControl</b> object. 68 * @param contollerId Indicates the contoller to the <b>EffectControl</b> object.
|
/ohos5.0/drivers/interface/audio/effect/v1_0/ |
H A D | IEffectModel.idl | 54 * @param contollerId Indicates the contoller to the <b>IEffectControl</b> object. 68 * @param contollerId Indicates the contoller to the <b>EffectControl</b> object.
|