Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIMIDIMuteSolo.cpp54 interface_lock_peek(thiz); in IMIDIMuteSolo_GetChannelMute()
97 interface_lock_peek(thiz); in IMIDIMuteSolo_GetChannelSolo()
158 interface_lock_peek(thiz); in IMIDIMuteSolo_GetTrackMute()
200 interface_lock_peek(thiz); in IMIDIMuteSolo_GetTrackSolo()
DI3DSource.cpp44 interface_lock_peek(thiz); in I3DSource_GetHeadRelative()
119 interface_lock_peek(thiz); in I3DSource_GetRolloffMaxDistanceMute()
153 interface_lock_peek(thiz); in I3DSource_GetRolloffFactor()
186 interface_lock_peek(thiz); in I3DSource_GetRoomRolloffFactor()
225 interface_lock_peek(thiz); in I3DSource_GetRolloffModel()
DIVibra.cpp44 interface_lock_peek(thiz); in IVibra_IsVibrating()
84 interface_lock_peek(thiz); in IVibra_GetFrequency()
128 interface_lock_peek(thiz); in IVibra_GetIntensity()
DIMIDITempo.cpp48 interface_lock_peek(thiz); in IMIDITempo_GetTicksPerQuarterNote()
86 interface_lock_peek(thiz); in IMIDITempo_GetMicrosecondsPerQuarterNote()
DIMetadataTraversal.cpp54 interface_lock_peek(thiz); in IMetadataTraversal_GetChildCount()
74 interface_lock_peek(thiz); in IMetadataTraversal_GetChildMIMETypeSize()
DIRatePitch.cpp48 interface_lock_peek(thiz); in IRatePitch_GetRate()
DIPitch.cpp49 interface_lock_peek(thiz); in IPitch_GetPitch()
DIDeviceVolume.cpp95 interface_lock_peek(thiz); in IDeviceVolume_GetVolume()
DILEDArray.cpp44 interface_lock_peek(thiz); in ILEDArray_IsLEDArrayActivated()
DIMIDITime.cpp66 interface_lock_peek(thiz); in IMIDITime_GetPosition()
DI3DDoppler.cpp132 interface_lock_peek(thiz); in I3DDoppler_GetDopplerFactor()
/frameworks/wilhelm/src/
Dlocks.h71 #define interface_lock_peek(thiz) interface_lock_shared(thiz) macro