Searched refs:EffectControlSendCommand (Results 1 – 4 of 4) sorted by relevance
30 static int32_t EffectControlSendCommand(struct IEffectControl *self, uint32_t cmdId, const int8_t* …63 service->interface.SendCommand = EffectControlSendCommand;
63 int32_t EffectControlSendCommand(struct IEffectControl *self, enum EffectCommandTableIndex cmdId, c…
62 int32_t EffectControlSendCommand(struct IEffectControl *self, enum EffectCommandTableIndex cmdId, c… in EffectControlSendCommand() function
337 ctrlMgr->ctrlImpls.SendCommand = EffectControlSendCommand; in CreateEffectController()