Lines Matching defs:self
30 static int32_t EffectModelIsSupplyEffectLibs(struct IEffectModel *self, bool *supply)
32 if (self == NULL || supply == NULL) {
41 static int32_t EffectModelGetAllEffectDescriptors(struct IEffectModel *self,
50 if (self == NULL || descs == NULL || descsLen == NULL) {
79 static int32_t EffectModelGetEffectDescriptor(struct IEffectModel *self, const char *uuid,
85 if (self == NULL || uuid == NULL || desc == NULL) {
113 static int32_t EffectModelCreateEffectController(struct IEffectModel *self, const struct EffectInfo *info,
116 if (self == NULL || info == NULL || contoller == NULL || contollerId == NULL) {
170 int32_t EffectModelDestroyEffectController(struct IEffectModel *self, const struct ControllerId *contollerId)
172 if (self == NULL || contollerId == NULL) {