Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DI3DSource.cpp29 interface_unlock_poke(thiz); in I3DSource_SetHeadRelative()
104 interface_unlock_poke(thiz); in I3DSource_SetRolloffMaxDistanceMute()
140 interface_unlock_poke(thiz); in I3DSource_SetRolloffFactor()
173 interface_unlock_poke(thiz); in I3DSource_SetRoomRolloffFactor()
207 interface_unlock_poke(thiz); in I3DSource_SetRolloffModel()
DIVibra.cpp29 interface_unlock_poke(thiz); in IVibra_Vibrate()
68 interface_unlock_poke(thiz); in IVibra_SetFrequency()
108 interface_unlock_poke(thiz); in IVibra_SetIntensity()
DIMIDITempo.cpp32 interface_unlock_poke(thiz); in IMIDITempo_SetTicksPerQuarterNote()
70 interface_unlock_poke(thiz); in IMIDITempo_SetMicrosecondsPerQuarterNote()
DIRatePitch.cpp32 interface_unlock_poke(thiz); in IRatePitch_SetRate()
DIPitch.cpp33 interface_unlock_poke(thiz); in IPitch_SetPitch()
DIDeviceVolume.cpp65 interface_unlock_poke(thiz); in IDeviceVolume_SetVolume()
DIMetadataTraversal.cpp33 interface_unlock_poke(thiz); in IMetadataTraversal_SetMode()
DILEDArray.cpp29 interface_unlock_poke(thiz); in ILEDArray_ActivateLEDArray()
DIMIDITime.cpp50 interface_unlock_poke(thiz); in IMIDITime_SetPosition()
DI3DDoppler.cpp117 interface_unlock_poke(thiz); in I3DDoppler_SetDopplerFactor()
/frameworks/wilhelm/src/
Dlocks.h70 #define interface_unlock_poke(thiz) interface_unlock_exclusive(thiz) macro