Home
last modified time | relevance | path

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

12

/frameworks/wilhelm/src/itf/
DIEnvironmentalReverb.cpp79 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 …]
DIPrefetchStatus.cpp30 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()
DIStreamInformation.cpp33 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.cpp54 interface_lock_shared(thiz); in IVolume_GetVolumeLevel()
108 interface_lock_shared(thiz); in IVolume_GetMute()
147 interface_lock_shared(thiz); in IVolume_IsEnabledStereoPosition()
189 interface_lock_shared(thiz); in IVolume_GetStereoPosition()
DIRecord.cpp58 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.cpp125 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.cpp188 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.cpp176 interface_lock_shared(thiz); in IEffectSend_IsEnabled()
233 interface_lock_shared(thiz); in IEffectSend_GetDirectLevel()
300 interface_lock_shared(thiz); in IEffectSend_GetSendLevel()
DIAndroidEffectCapabilities.cpp31 interface_lock_shared(thiz); in IAndroidEffectCapabilities_QueryNumEffects()
53 interface_lock_shared(thiz); in IAndroidEffectCapabilities_QueryEffect()
DIPlaybackRate.cpp61 interface_lock_shared(thiz); in IPlaybackRate_GetRate()
116 interface_lock_shared(thiz); in IPlaybackRate_GetProperties()
DIAndroidEffectSend.cpp68 interface_lock_shared(thiz); in IAndroidEffectSend_IsEnabled()
124 interface_lock_shared(thiz); in IAndroidEffectSend_GetDirectLevel()
DIMuteSolo.cpp72 interface_lock_shared(thiz); in IMuteSolo_GetChannelMute()
144 interface_lock_shared(thiz); in IMuteSolo_GetChannelSolo()
DIAudioEncoder.cpp51 interface_lock_shared(thiz); in IAudioEncoder_GetEncoderSettings()
DIAndroidBufferQueue.cpp405 interface_lock_shared(thiz); in IAndroidBufferQueue_GetState()
448 interface_lock_shared(thiz); in IAndroidBufferQueue_GetCallbackEventsMask()
506 interface_lock_shared(thiz);
DI3DSource.cpp84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz); in I3DSource_GetRolloffDistances()
267 interface_lock_shared(thiz); in I3DSource_GetCone()
DILEDArray.cpp91 interface_lock_shared(thiz); in ILEDArray_GetColor()
DIPresetReverb.cpp73 interface_lock_shared(thiz); in IPresetReverb_GetPreset()
DI3DGrouping.cpp83 interface_lock_shared(thiz); in I3DGrouping_Get3DGroup()
DIMIDITime.cpp107 interface_lock_shared(thiz); in IMIDITime_GetLoopPoints()
DISeek.cpp117 interface_lock_shared(thiz); in ISeek_GetLoop()
DIBufferQueue.cpp133 interface_lock_shared(thiz); in IBufferQueue_GetState()
DI3DMacroscopic.cpp54 interface_lock_shared(thiz); in I3DMacroscopic_GetSize()
/frameworks/wilhelm/src/
Dlocks.h57 #define interface_lock_shared(thiz) object_lock_shared(InterfaceToIObject(thiz)) macro
71 #define interface_lock_peek(thiz) interface_lock_shared(thiz)
/frameworks/wilhelm/src/desktop/
DSDL.cpp31 interface_lock_shared(thisEngine); in SDL_callback()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp181 interface_lock_shared(&ar->mRecord); in audioRecorder_handleNewPos_lockRecord()
198 interface_lock_shared(&ar->mRecord); in audioRecorder_handleMarker_lockRecord()
215 interface_lock_shared(&ar->mRecord); in audioRecorder_handleOverrun_lockRecord()

12