• Home
  • Raw
  • Download

Lines Matching refs:SL3DSourceItf

22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative)  in I3DSource_SetHeadRelative()
36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative) in I3DSource_GetHeadRelative()
55 static SLresult I3DSource_SetRolloffDistances(SL3DSourceItf self, in I3DSource_SetRolloffDistances()
76 static SLresult I3DSource_GetRolloffDistances(SL3DSourceItf self, in I3DSource_GetRolloffDistances()
97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute) in I3DSource_SetRolloffMaxDistanceMute()
111 static SLresult I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute) in I3DSource_GetRolloffMaxDistanceMute()
130 static SLresult I3DSource_SetRolloffFactor(SL3DSourceItf self, SLpermille rolloffFactor) in I3DSource_SetRolloffFactor()
148 static SLresult I3DSource_GetRolloffFactor(SL3DSourceItf self, SLpermille *pRolloffFactor) in I3DSource_GetRolloffFactor()
163 static SLresult I3DSource_SetRoomRolloffFactor(SL3DSourceItf self, SLpermille roomRolloffFactor) in I3DSource_SetRoomRolloffFactor()
181 static SLresult I3DSource_GetRoomRolloffFactor(SL3DSourceItf self, SLpermille *pRoomRolloffFactor) in I3DSource_GetRoomRolloffFactor()
196 static SLresult I3DSource_SetRolloffModel(SL3DSourceItf self, SLuint8 model) in I3DSource_SetRolloffModel()
220 static SLresult I3DSource_GetRolloffModel(SL3DSourceItf self, SLuint8 *pModel) in I3DSource_GetRolloffModel()
235 static SLresult I3DSource_SetCone(SL3DSourceItf self, SLmillidegree innerAngle, in I3DSource_SetCone()
258 static SLresult I3DSource_GetCone(SL3DSourceItf self, SLmillidegree *pInnerAngle, in I3DSource_GetCone()