Home
last modified time | relevance | path

Searched refs:EffectControlSendCommand (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/c_target/audio/effect/v1_0/
H A Deffect_control_service.c.txt30 static int32_t EffectControlSendCommand(struct IEffectControl *self, uint32_t cmdId, const int8_t* …
63 service->interface.SendCommand = EffectControlSendCommand;
/ohos5.0/drivers/peripheral/audio/effect/model/include/
H A Deffect_host_common.h63 int32_t EffectControlSendCommand(struct IEffectControl *self, enum EffectCommandTableIndex cmdId, c…
/ohos5.0/drivers/peripheral/audio/effect/model/src/
H A Deffect_control.c62 int32_t EffectControlSendCommand(struct IEffectControl *self, enum EffectCommandTableIndex cmdId, c… in EffectControlSendCommand() function
H A Deffect_model.c337 ctrlMgr->ctrlImpls.SendCommand = EffectControlSendCommand; in CreateEffectController()