Lines Matching refs:thiz

39 static struct EnableLevel *getEnableLevel(IEffectSend *thiz, const void *pAuxEffect)
42 CAudioPlayer *audioPlayer = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
43 (CAudioPlayer *) thiz->mThis : NULL;
81 return &thiz->mEnableLevels[aux];
121 IEffectSend *thiz = (IEffectSend *) self;
122 struct EnableLevel *enableLevel = getEnableLevel(thiz, pAuxEffect);
126 interface_lock_exclusive(thiz);
133 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
134 (CAudioPlayer *) thiz->mThis : NULL;
154 interface_unlock_exclusive(thiz);
170 IEffectSend *thiz = (IEffectSend *) self;
171 struct EnableLevel *enableLevel = getEnableLevel(thiz, pAuxEffect);
176 interface_lock_shared(thiz);
178 interface_unlock_shared(thiz);
197 IEffectSend *thiz = (IEffectSend *) self;
198 interface_lock_exclusive(thiz);
199 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
200 (CAudioPlayer *) thiz->mThis : NULL;
207 interface_unlock_exclusive_attributes(thiz, ATTR_GAIN);
209 interface_unlock_exclusive(thiz);
212 interface_unlock_exclusive(thiz);
216 interface_unlock_exclusive(thiz);
232 IEffectSend *thiz = (IEffectSend *) self;
233 interface_lock_shared(thiz);
234 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
235 (CAudioPlayer *) thiz->mThis : NULL;
242 interface_unlock_shared(thiz);
260 IEffectSend *thiz = (IEffectSend *) self;
261 struct EnableLevel *enableLevel = getEnableLevel(thiz, pAuxEffect);
267 interface_lock_exclusive(thiz);
270 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ?
271 (CAudioPlayer *) thiz->mThis : NULL;
278 interface_unlock_exclusive(thiz);
295 IEffectSend *thiz = (IEffectSend *) self;
296 struct EnableLevel *enableLevel = getEnableLevel(thiz, pAuxEffect);
300 interface_lock_shared(thiz);
302 interface_unlock_shared(thiz);
323 IEffectSend *thiz = (IEffectSend *) self;
324 thiz->mItf = &IEffectSend_Itf;
325 struct EnableLevel *enableLevel = thiz->mEnableLevels;