Home
last modified time | relevance | path

Searched refs:interface_lock_shared (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/wilhelm/src/itf/
DIPrefetchStatus.c30 interface_lock_shared(thiz); in IPrefetchStatus_GetPrefetchStatus()
49 interface_lock_shared(thiz); in IPrefetchStatus_GetFillLevel()
105 interface_lock_shared(thiz); in IPrefetchStatus_GetCallbackEventsMask()
148 interface_lock_shared(thiz); in IPrefetchStatus_GetFillUpdatePeriod()
DIEnvironmentalReverb.c79 interface_lock_shared(thiz); in IEnvironmentalReverb_GetRoomLevel()
141 interface_lock_shared(thiz); in IEnvironmentalReverb_GetRoomHFLevel()
200 interface_lock_shared(thiz); in IEnvironmentalReverb_GetDecayTime()
259 interface_lock_shared(thiz); in IEnvironmentalReverb_GetDecayHFRatio()
320 interface_lock_shared(thiz); in IEnvironmentalReverb_GetReflectionsLevel()
379 interface_lock_shared(thiz); in IEnvironmentalReverb_GetReflectionsDelay()
440 interface_lock_shared(thiz); in IEnvironmentalReverb_GetReverbLevel()
499 interface_lock_shared(thiz); in IEnvironmentalReverb_GetReverbDelay()
558 interface_lock_shared(thiz); in IEnvironmentalReverb_GetDiffusion()
617 interface_lock_shared(thiz); in IEnvironmentalReverb_GetDensity()
[all …]
DIStreamInformation.c33 interface_lock_shared(thiz); in IStreamInformation_QueryMediaContainerInformation()
72 interface_lock_shared(thiz); in IStreamInformation_QueryStreamType()
109 interface_lock_shared(thiz); in IStreamInformation_QueryStreamInformation()
173 interface_lock_shared(thiz); in IStreamInformation_QueryStreamName()
246 interface_lock_shared(thiz); in IStreamInformation_QueryActiveStreams()
DIVolume.c53 interface_lock_shared(thiz); in IVolume_GetVolumeLevel()
107 interface_lock_shared(thiz); in IVolume_GetMute()
146 interface_lock_shared(thiz); in IVolume_IsEnabledStereoPosition()
188 interface_lock_shared(thiz); in IVolume_GetStereoPosition()
DIRecord.c58 interface_lock_shared(thiz); in IRecord_GetRecordState()
96 interface_lock_shared(thiz); in IRecord_GetPosition()
168 interface_lock_shared(thiz); in IRecord_GetCallbackEventsMask()
240 interface_lock_shared(thiz); in IRecord_GetMarkerPosition()
285 interface_lock_shared(thiz); in IRecord_GetPositionUpdatePeriod()
DIPlay.c125 interface_lock_shared(thiz); in IPlay_GetPlayState()
204 interface_lock_shared(thiz); in IPlay_GetPosition()
294 interface_lock_shared(thiz); in IPlay_GetCallbackEventsMask()
366 interface_lock_shared(thiz); in IPlay_GetMarkerPosition()
430 interface_lock_shared(thiz); in IPlay_GetPositionUpdatePeriod()
DIEqualizer.c188 interface_lock_shared(thiz); in IEqualizer_GetBandLevel()
227 interface_lock_shared(thiz); in IEqualizer_GetCenterFreq()
266 interface_lock_shared(thiz); in IEqualizer_GetBandFreqRange()
322 interface_lock_shared(thiz); in IEqualizer_GetBand()
347 interface_lock_shared(thiz); in IEqualizer_GetCurrentPreset()
DIEffectSend.c176 interface_lock_shared(thiz); in IEffectSend_IsEnabled()
233 interface_lock_shared(thiz); in IEffectSend_GetDirectLevel()
300 interface_lock_shared(thiz); in IEffectSend_GetSendLevel()
DIAndroidEffectCapabilities.c31 interface_lock_shared(thiz); in IAndroidEffectCapabilities_QueryNumEffects()
53 interface_lock_shared(thiz); in IAndroidEffectCapabilities_QueryEffect()
DIPlaybackRate.c61 interface_lock_shared(thiz); in IPlaybackRate_GetRate()
116 interface_lock_shared(thiz); in IPlaybackRate_GetProperties()
DIAndroidEffectSend.c69 interface_lock_shared(thiz); in IAndroidEffectSend_IsEnabled()
125 interface_lock_shared(thiz); in IAndroidEffectSend_GetDirectLevel()
DIMuteSolo.c72 interface_lock_shared(thiz); in IMuteSolo_GetChannelMute()
144 interface_lock_shared(thiz); in IMuteSolo_GetChannelSolo()
DIAudioEncoder.c51 interface_lock_shared(thiz); in IAudioEncoder_GetEncoderSettings()
DIAndroidBufferQueue.c405 interface_lock_shared(thiz); in IAndroidBufferQueue_GetState()
448 interface_lock_shared(thiz); in IAndroidBufferQueue_GetCallbackEventsMask()
506 interface_lock_shared(thiz);
DI3DSource.c84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz); in I3DSource_GetRolloffDistances()
267 interface_lock_shared(thiz); in I3DSource_GetCone()
DILEDArray.c91 interface_lock_shared(thiz); in ILEDArray_GetColor()
DIPresetReverb.c73 interface_lock_shared(thiz); in IPresetReverb_GetPreset()
DI3DGrouping.c83 interface_lock_shared(thiz); in I3DGrouping_Get3DGroup()
DIMIDITime.c107 interface_lock_shared(thiz); in IMIDITime_GetLoopPoints()
DISeek.c117 interface_lock_shared(thiz); in ISeek_GetLoop()
DIBufferQueue.c129 interface_lock_shared(thiz); in IBufferQueue_GetState()
DI3DMacroscopic.c54 interface_lock_shared(thiz); in I3DMacroscopic_GetSize()
/frameworks/wilhelm/src/
Dlocks.h55 #define interface_lock_shared(thiz) object_lock_shared(InterfaceToIObject(thiz)) macro
69 #define interface_lock_peek(thiz) interface_lock_shared(thiz)
/frameworks/wilhelm/src/desktop/
DSDL.c31 interface_lock_shared(thisEngine); in SDL_callback()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp113 interface_lock_shared(&ar->mRecord); in audioRecorder_handleNewPos_lockRecord()
130 interface_lock_shared(&ar->mRecord); in audioRecorder_handleMarker_lockRecord()
147 interface_lock_shared(&ar->mRecord); in audioRecorder_handleOverrun_lockRecord()

12