Lines Matching refs:ops
90 const preproc_ops_t *ops; // effect ops table
646 effect->ops->disable(effect);
659 status = effect->ops->create(effect);
678 effect->ops->disable(effect);
699 effect->ops->enable(effect);
722 effect->ops = sPreProcOps[procId];
1357 if (effect->ops->init) {
1358 effect->ops->init(effect);
1432 if (effect->ops->reset) {
1433 effect->ops->reset(effect);
1454 if (effect->ops->get_parameter) {
1455 p->status = effect->ops->get_parameter(effect, p->data,
1478 if (effect->ops->set_parameter) {
1479 *(int *)pReplyData = effect->ops->set_parameter(effect,
1509 if (effect->ops->set_device) {
1510 effect->ops->set_device(effect, *(uint32_t *)pCmdData);