Lines Matching refs:self

22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative)
26 I3DSource *thiz = (I3DSource *) self;
36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative)
43 I3DSource *thiz = (I3DSource *) self;
55 static SLresult I3DSource_SetRolloffDistances(SL3DSourceItf self,
64 I3DSource *thiz = (I3DSource *) self;
76 static SLresult I3DSource_GetRolloffDistances(SL3DSourceItf self,
84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz);
97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute)
101 I3DSource *thiz = (I3DSource *) self;
111 static SLresult I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute)
118 I3DSource *thiz = (I3DSource *) self;
130 static SLresult I3DSource_SetRolloffFactor(SL3DSourceItf self, SLpermille rolloffFactor)
137 I3DSource *thiz = (I3DSource *) self;
148 static SLresult I3DSource_GetRolloffFactor(SL3DSourceItf self, SLpermille *pRolloffFactor)
152 I3DSource *thiz = (I3DSource *) self;
163 static SLresult I3DSource_SetRoomRolloffFactor(SL3DSourceItf self, SLpermille roomRolloffFactor)
170 I3DSource *thiz = (I3DSource *) self;
181 static SLresult I3DSource_GetRoomRolloffFactor(SL3DSourceItf self, SLpermille *pRoomRolloffFactor)
185 I3DSource *thiz = (I3DSource *) self;
196 static SLresult I3DSource_SetRolloffModel(SL3DSourceItf self, SLuint8 model)
204 I3DSource *thiz = (I3DSource *) self;
220 static SLresult I3DSource_GetRolloffModel(SL3DSourceItf self, SLuint8 *pModel)
224 I3DSource *thiz = (I3DSource *) self;
235 static SLresult I3DSource_SetCone(SL3DSourceItf self, SLmillidegree innerAngle,
245 I3DSource *thiz = (I3DSource *) self;
258 static SLresult I3DSource_GetCone(SL3DSourceItf self, SLmillidegree *pInnerAngle,
266 I3DSource *thiz = (I3DSource *) self;
299 void I3DSource_init(void *self)
301 I3DSource *thiz = (I3DSource *) self;