Home
last modified time | relevance | path

Searched refs:interface_unlock_peek (Results 1 – 12 of 12) sorted by relevance

/frameworks/wilhelm/src/itf/
DIMIDIMuteSolo.c56 interface_unlock_peek(thiz); in IMIDIMuteSolo_GetChannelMute()
99 interface_unlock_peek(thiz); in IMIDIMuteSolo_GetChannelSolo()
160 interface_unlock_peek(thiz); in IMIDIMuteSolo_GetTrackMute()
202 interface_unlock_peek(thiz); in IMIDIMuteSolo_GetTrackSolo()
DI3DSource.c46 interface_unlock_peek(thiz); in I3DSource_GetHeadRelative()
121 interface_unlock_peek(thiz); in I3DSource_GetRolloffMaxDistanceMute()
155 interface_unlock_peek(thiz); in I3DSource_GetRolloffFactor()
188 interface_unlock_peek(thiz); in I3DSource_GetRoomRolloffFactor()
227 interface_unlock_peek(thiz); in I3DSource_GetRolloffModel()
DIVibra.c46 interface_unlock_peek(thiz); in IVibra_IsVibrating()
86 interface_unlock_peek(thiz); in IVibra_GetFrequency()
130 interface_unlock_peek(thiz); in IVibra_GetIntensity()
DIMIDITempo.c50 interface_unlock_peek(thiz); in IMIDITempo_GetTicksPerQuarterNote()
88 interface_unlock_peek(thiz); in IMIDITempo_GetMicrosecondsPerQuarterNote()
DIMetadataTraversal.c56 interface_unlock_peek(thiz); in IMetadataTraversal_GetChildCount()
76 interface_unlock_peek(thiz); in IMetadataTraversal_GetChildMIMETypeSize()
DIPitch.c51 interface_unlock_peek(thiz); in IPitch_GetPitch()
DIRatePitch.c50 interface_unlock_peek(thiz); in IRatePitch_GetRate()
DIDeviceVolume.c97 interface_unlock_peek(thiz); in IDeviceVolume_GetVolume()
DILEDArray.c46 interface_unlock_peek(thiz); in ILEDArray_IsLEDArrayActivated()
DIMIDITime.c68 interface_unlock_peek(thiz); in IMIDITime_GetPosition()
DI3DDoppler.c134 interface_unlock_peek(thiz); in I3DDoppler_GetDopplerFactor()
/frameworks/wilhelm/src/
Dlocks.h70 #define interface_unlock_peek(thiz) interface_unlock_shared(thiz) macro