Lines Matching defs:thiz
26 IMuteSolo *thiz = (IMuteSolo *) self;
27 IObject *thisObject = thiz->mThis;
32 interface_lock_exclusive(thiz);
35 interface_unlock_exclusive(thiz);
38 interface_unlock_exclusive(thiz);
48 interface_unlock_exclusive_attributes(thiz, oldMuteMask != ap->mMuteMask ? ATTR_GAIN :
65 IMuteSolo *thiz = (IMuteSolo *) self;
66 IObject *thisObject = thiz->mThis;
72 interface_lock_shared(thiz);
85 interface_unlock_shared(thiz);
98 IMuteSolo *thiz = (IMuteSolo *) self;
99 IObject *thisObject = thiz->mThis;
104 interface_lock_exclusive(thiz);
107 interface_unlock_exclusive(thiz);
110 interface_unlock_exclusive(thiz);
120 interface_unlock_exclusive_attributes(thiz, oldSoloMask != ap->mSoloMask ? ATTR_GAIN :
137 IMuteSolo *thiz = (IMuteSolo *) self;
138 IObject *thisObject = thiz->mThis;
144 interface_lock_shared(thiz);
157 interface_unlock_shared(thiz);
173 IMuteSolo *thiz = (IMuteSolo *) self;
174 IObject *thisObject = thiz->mThis;
202 IMuteSolo *thiz = (IMuteSolo *) self;
203 thiz->mItf = &IMuteSolo_Itf;