Home
last modified time | relevance | path

Searched refs:interface_lock_poke (Results 1 – 11 of 11) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DSource.c27 interface_lock_poke(thiz); in I3DSource_SetHeadRelative()
102 interface_lock_poke(thiz); in I3DSource_SetRolloffMaxDistanceMute()
138 interface_lock_poke(thiz); in I3DSource_SetRolloffFactor()
171 interface_lock_poke(thiz); in I3DSource_SetRoomRolloffFactor()
205 interface_lock_poke(thiz); in I3DSource_SetRolloffModel()
DIVibra.c27 interface_lock_poke(thiz); in IVibra_Vibrate()
66 interface_lock_poke(thiz); in IVibra_SetFrequency()
106 interface_lock_poke(thiz); in IVibra_SetIntensity()
DIMIDITempo.c30 interface_lock_poke(thiz); in IMIDITempo_SetTicksPerQuarterNote()
68 interface_lock_poke(thiz); in IMIDITempo_SetMicrosecondsPerQuarterNote()
DIRatePitch.c30 interface_lock_poke(thiz); in IRatePitch_SetRate()
DIPitch.c31 interface_lock_poke(thiz); in IPitch_SetPitch()
DIDeviceVolume.c63 interface_lock_poke(thiz); in IDeviceVolume_SetVolume()
DIMetadataTraversal.c31 interface_lock_poke(thiz); in IMetadataTraversal_SetMode()
DILEDArray.c27 interface_lock_poke(thiz); in ILEDArray_ActivateLEDArray()
DIMIDITime.c48 interface_lock_poke(thiz); in IMIDITime_SetPosition()
DI3DDoppler.c115 interface_lock_poke(thiz); in I3DDoppler_SetDopplerFactor()
/frameworks/wilhelm/src/
Dlocks.h69 #define interface_lock_poke(thiz) interface_lock_exclusive(thiz) macro