Searched defs:self (Results 51 - 75 of 83) sorted by relevance

1234

/frameworks/wilhelm/src/itf/
H A DI3DLocation.c22 static SLresult I3DLocation_SetLocationCartesian(SL3DLocationItf self, const SLVec3D *pLocation) argument
29 I3DLocation *thiz = (I3DLocation *) self;
42 static SLresult I3DLocation_SetLocationSpherical(SL3DLocationItf self, argument
52 I3DLocation *thiz = (I3DLocation *) self;
66 static SLresult I3DLocation_Move(SL3DLocationItf self, const SLVec3D *pMovement) argument
73 I3DLocation *thiz = (I3DLocation *) self;
113 static SLresult I3DLocation_GetLocationCartesian(SL3DLocationItf self, SLVec3D *pLocation) argument
120 I3DLocation *thiz = (I3DLocation *) self;
163 static SLresult I3DLocation_SetOrientationVectors(SL3DLocationItf self, argument
174 I3DLocation *thiz = (I3DLocation *) self;
188 I3DLocation_SetOrientationAngles(SL3DLocationItf self, SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) argument
213 I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) argument
241 I3DLocation_GetOrientationVectors(SL3DLocationItf self, SLVec3D *pFront, SLVec3D *pUp) argument
274 I3DLocation_init(void *self) argument
[all...]
H A DI3DMacroscopic.c22 static SLresult I3DMacroscopic_SetSize(SL3DMacroscopicItf self, argument
32 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
45 static SLresult I3DMacroscopic_GetSize(SL3DMacroscopicItf self, argument
53 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
69 static SLresult I3DMacroscopic_SetOrientationAngles(SL3DMacroscopicItf self, argument
79 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
95 static SLresult I3DMacroscopic_SetOrientationVectors(SL3DMacroscopicItf self, argument
103 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
121 static SLresult I3DMacroscopic_Rotate(SL3DMacroscopicItf self, argument
131 I3DMacroscopic *thiz = (I3DMacroscopic *) self;
146 I3DMacroscopic_GetOrientationVectors(SL3DMacroscopicItf self, SLVec3D *pFront, SLVec3D *pUp) argument
211 I3DMacroscopic_init(void *self) argument
[all...]
H A DI3DSource.c22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative) argument
26 I3DSource *thiz = (I3DSource *) self;
36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative) argument
43 I3DSource *thiz = (I3DSource *) self;
55 static SLresult I3DSource_SetRolloffDistances(SL3DSourceItf self, argument
64 I3DSource *thiz = (I3DSource *) self;
76 static SLresult I3DSource_GetRolloffDistances(SL3DSourceItf self, argument
84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz);
97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute) argument
101 I3DSource *thiz = (I3DSource *) self;
111 I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute) argument
130 I3DSource_SetRolloffFactor(SL3DSourceItf self, SLpermille rolloffFactor) argument
148 I3DSource_GetRolloffFactor(SL3DSourceItf self, SLpermille *pRolloffFactor) argument
163 I3DSource_SetRoomRolloffFactor(SL3DSourceItf self, SLpermille roomRolloffFactor) argument
181 I3DSource_GetRoomRolloffFactor(SL3DSourceItf self, SLpermille *pRoomRolloffFactor) argument
196 I3DSource_SetRolloffModel(SL3DSourceItf self, SLuint8 model) argument
220 I3DSource_GetRolloffModel(SL3DSourceItf self, SLuint8 *pModel) argument
235 I3DSource_SetCone(SL3DSourceItf self, SLmillidegree innerAngle, SLmillidegree outerAngle, SLmillibel outerLevel) argument
258 I3DSource_GetCone(SL3DSourceItf self, SLmillidegree *pInnerAngle, SLmillidegree *pOuterAngle, SLmillibel *pOuterLevel) argument
299 I3DSource_init(void *self) argument
[all...]
H A DIAndroidBufferQueue.c235 static SLresult IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, argument
240 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
260 static SLresult IAndroidBufferQueue_Clear(SLAndroidBufferQueueItf self) argument
265 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
294 static SLresult IAndroidBufferQueue_Enqueue(SLAndroidBufferQueueItf self, argument
319 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
393 static SLresult IAndroidBufferQueue_GetState(SLAndroidBufferQueueItf self, argument
403 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
419 static SLresult IAndroidBufferQueue_SetCallbackEventsMask(SLAndroidBufferQueueItf self, argument
424 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self;
439 IAndroidBufferQueue_GetCallbackEventsMask(SLAndroidBufferQueueItf self, SLuint32 *pEventFlags) argument
469 IAndroidBufferQueue_init(void *self) argument
489 IAndroidBufferQueue_deinit(void *self) argument
[all...]
H A DIAudioIODeviceCapabilities.c25 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumInputs, SLuint32 *pInputDeviceIDs)
48 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioInputDescriptor *pDescriptor)
71 SLAudioIODeviceCapabilitiesItf self, slAvailableAudioInputsChangedCallback callback,
76 IAudioIODeviceCapabilities * thiz = (IAudioIODeviceCapabilities *) self;
88 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumOutputs, SLuint32 *pOutputDeviceIDs)
114 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioOutputDescriptor *pDescriptor)
141 SLAudioIODeviceCapabilitiesItf self, slAvailableAudioOutputsChangedCallback callback,
146 IAudioIODeviceCapabilities * thiz = (IAudioIODeviceCapabilities *) self;
158 SLAudioIODeviceCapabilitiesItf self, slDefaultDeviceIDMapChangedCallback callback,
163 IAudioIODeviceCapabilities * thiz = (IAudioIODeviceCapabilities *) self;
24 IAudioIODeviceCapabilities_GetAvailableAudioInputs( SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumInputs, SLuint32 *pInputDeviceIDs) argument
47 IAudioIODeviceCapabilities_QueryAudioInputCapabilities( SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioInputDescriptor *pDescriptor) argument
70 IAudioIODeviceCapabilities_RegisterAvailableAudioInputsChangedCallback( SLAudioIODeviceCapabilitiesItf self, slAvailableAudioInputsChangedCallback callback, void *pContext) argument
87 IAudioIODeviceCapabilities_GetAvailableAudioOutputs( SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumOutputs, SLuint32 *pOutputDeviceIDs) argument
113 IAudioIODeviceCapabilities_QueryAudioOutputCapabilities( SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioOutputDescriptor *pDescriptor) argument
140 IAudioIODeviceCapabilities_RegisterAvailableAudioOutputsChangedCallback( SLAudioIODeviceCapabilitiesItf self, slAvailableAudioOutputsChangedCallback callback, void *pContext) argument
157 IAudioIODeviceCapabilities_RegisterDefaultDeviceIDMapChangedCallback( SLAudioIODeviceCapabilitiesItf self, slDefaultDeviceIDMapChangedCallback callback, void *pContext) argument
174 IAudioIODeviceCapabilities_GetAssociatedAudioInputs( SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLint32 *pNumAudioInputs, SLuint32 *pAudioInputDeviceIDs) argument
192 IAudioIODeviceCapabilities_GetAssociatedAudioOutputs( SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLint32 *pNumAudioOutputs, SLuint32 *pAudioOutputDeviceIDs) argument
210 IAudioIODeviceCapabilities_GetDefaultAudioDevices( SLAudioIODeviceCapabilitiesItf self, SLuint32 defaultDeviceID, SLint32 *pNumAudioDevices, SLuint32 *pAudioDeviceIDs) argument
260 IAudioIODeviceCapabilities_QuerySampleFormatsSupported( SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLmilliHertz samplingRate, SLint32 *pSampleFormats, SLint32 *pNumOfSampleFormats) argument
313 IAudioIODeviceCapabilities_init(void *self) argument
[all...]
H A DIDynamicInterfaceManagement.c23 // Parameter self is the DynamicInterface, and MPH specifies which interface to add.
25 static void HandleAdd(void *self, void *ignored, int MPH) argument
29 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
105 static SLresult IDynamicInterfaceManagement_AddInterface(SLDynamicInterfaceManagementItf self, argument
114 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid)
210 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume.
281 static void HandleResume(void *self, void *ignored, int MPH) argument
285 IDynamicInterfaceManagement *thiz = (IDynamicInterfaceManagement *) self;
200 IDynamicInterfaceManagement_RemoveInterface( SLDynamicInterfaceManagementItf self, const SLInterfaceID iid) argument
353 IDynamicInterfaceManagement_ResumeInterface(SLDynamicInterfaceManagementItf self, const SLInterfaceID iid, SLboolean async) argument
440 IDynamicInterfaceManagement_RegisterCallback(SLDynamicInterfaceManagementItf self, slDynamicInterfaceManagementCallback callback, void *pContext) argument
464 IDynamicInterfaceManagement_init(void *self) argument
[all...]
H A DIEffectSend.c111 static SLresult IEffectSend_EnableEffectSend(SLEffectSendItf self, argument
121 IEffectSend *thiz = (IEffectSend *) self;
162 static SLresult IEffectSend_IsEnabled(SLEffectSendItf self, argument
170 IEffectSend *thiz = (IEffectSend *) self;
188 static SLresult IEffectSend_SetDirectLevel(SLEffectSendItf self, SLmillibel directLevel) argument
197 IEffectSend *thiz = (IEffectSend *) self;
225 static SLresult IEffectSend_GetDirectLevel(SLEffectSendItf self, SLmillibel *pDirectLevel) argument
232 IEffectSend *thiz = (IEffectSend *) self;
250 static SLresult IEffectSend_SetSendLevel(SLEffectSendItf self, const void *pAuxEffect, argument
260 IEffectSend *thiz = (IEffectSend *) self;
287 IEffectSend_GetSendLevel(SLEffectSendItf self, const void *pAuxEffect, SLmillibel *pSendLevel) argument
321 IEffectSend_init(void *self) argument
[all...]
H A DIEngineCapabilities.c23 SLEngineCapabilitiesItf self, SLuint16 *pProfilesSupported)
41 static SLresult IEngineCapabilities_QueryAvailableVoices(SLEngineCapabilitiesItf self, argument
69 SLEngineCapabilitiesItf self, SLint16 *pNum)
84 static SLresult IEngineCapabilities_QueryAPIVersion(SLEngineCapabilitiesItf self, argument
102 SLresult IEngineCapabilities_QueryLEDCapabilities(SLEngineCapabilitiesItf self, argument
107 IEngineCapabilities *thiz = (IEngineCapabilities *) self;
144 SLresult IEngineCapabilities_QueryVibraCapabilities(SLEngineCapabilitiesItf self, argument
149 IEngineCapabilities *thiz = (IEngineCapabilities *) self;
186 static SLresult IEngineCapabilities_IsThreadSafe(SLEngineCapabilitiesItf self, argument
194 IEngineCapabilities *thiz = (IEngineCapabilities *) self;
22 IEngineCapabilities_QuerySupportedProfiles( SLEngineCapabilitiesItf self, SLuint16 *pProfilesSupported) argument
68 IEngineCapabilities_QueryNumberOfMIDISynthesizers( SLEngineCapabilitiesItf self, SLint16 *pNum) argument
213 IEngineCapabilities_init(void *self) argument
[all...]
H A DIPlay.c22 static SLresult IPlay_SetPlayState(SLPlayItf self, SLuint32 state) argument
31 IPlay *thiz = (IPlay *) self;
117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState) argument
124 IPlay *thiz = (IPlay *) self;
152 static SLresult IPlay_GetDuration(SLPlayItf self, SLmillisecond *pMsec) argument
160 IPlay *thiz = (IPlay *) self;
195 static SLresult IPlay_GetPosition(SLPlayItf self, SLmillisecond *pMsec) argument
202 IPlay *thiz = (IPlay *) self;
240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) argument
244 IPlay *thiz = (IPlay *) self;
256 IPlay_SetCallbackEventsMask(SLPlayItf self, SLuint32 eventFlags) argument
286 IPlay_GetCallbackEventsMask(SLPlayItf self, SLuint32 *pEventFlags) argument
305 IPlay_SetMarkerPosition(SLPlayItf self, SLmillisecond mSec) argument
333 IPlay_ClearMarkerPosition(SLPlayItf self) argument
358 IPlay_GetMarkerPosition(SLPlayItf self, SLmillisecond *pMsec) argument
381 IPlay_SetPositionUpdatePeriod(SLPlayItf self, SLmillisecond mSec) argument
422 IPlay_GetPositionUpdatePeriod(SLPlayItf self, SLmillisecond *pMsec) argument
456 IPlay_init(void *self) argument
[all...]
H A DIRecord.c22 static SLresult IRecord_SetRecordState(SLRecordItf self, SLuint32 state) argument
31 IRecord *thiz = (IRecord *) self;
50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) argument
54 IRecord *thiz = (IRecord *) self;
69 static SLresult IRecord_SetDurationLimit(SLRecordItf self, SLmillisecond msec) argument
73 IRecord *thiz = (IRecord *) self;
87 static SLresult IRecord_GetPosition(SLRecordItf self, SLmillisecond *pMsec) argument
94 IRecord *thiz = (IRecord *) self;
116 static SLresult IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, argument
121 IRecord *thiz = (IRecord *) self;
132 IRecord_SetCallbackEventsMask(SLRecordItf self, SLuint32 eventFlags) argument
160 IRecord_GetCallbackEventsMask(SLRecordItf self, SLuint32 *pEventFlags) argument
179 IRecord_SetMarkerPosition(SLRecordItf self, SLmillisecond mSec) argument
207 IRecord_ClearMarkerPosition(SLRecordItf self) argument
232 IRecord_GetMarkerPosition(SLRecordItf self, SLmillisecond *pMsec) argument
255 IRecord_SetPositionUpdatePeriod(SLRecordItf self, SLmillisecond mSec) argument
277 IRecord_GetPositionUpdatePeriod(SLRecordItf self, SLmillisecond *pMsec) argument
311 IRecord_init(void *self) argument
[all...]
H A DIStreamInformation.c21 static XAresult IStreamInformation_QueryMediaContainerInformation( XAStreamInformationItf self, argument
32 IStreamInformation *thiz = (IStreamInformation *) self;
51 static XAresult IStreamInformation_QueryStreamType( XAStreamInformationItf self, argument
70 IStreamInformation *thiz = (IStreamInformation *) self;
93 static XAresult IStreamInformation_QueryStreamInformation( XAStreamInformationItf self, argument
107 IStreamInformation *thiz = (IStreamInformation *) self;
161 static XAresult IStreamInformation_QueryStreamName( XAStreamInformationItf self, argument
172 IStreamInformation *thiz = (IStreamInformation *) self;
213 static XAresult IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, argument
219 IStreamInformation *thiz = (IStreamInformation *) self;
233 IStreamInformation_QueryActiveStreams( XAStreamInformationItf self, XAuint32 *numStreams, XAboolean *activeStreams) argument
261 IStreamInformation_SetActiveStream( XAStreamInformationItf self, XAuint32 streamNum, XAboolean active, XAboolean commitNow) argument
286 IStreamInformation_init(void *self) argument
315 IStreamInformation_deinit(void *self) argument
[all...]
H A DIEnvironmentalReverb.c41 static SLresult IEnvironmentalReverb_SetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel room) argument
50 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self;
71 static SLresult IEnvironmentalReverb_GetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel *pRoom) argument
78 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self;
102 SLEnvironmentalReverbItf self, SLmillibel roomHF)
111 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self;
133 SLEnvironmentalReverbItf self, SLmillibel *pRoomHF)
140 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self;
163 SLEnvironmentalReverbItf self, SLmillisecond decayTime)
170 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self;
101 IEnvironmentalReverb_SetRoomHFLevel( SLEnvironmentalReverbItf self, SLmillibel roomHF) argument
132 IEnvironmentalReverb_GetRoomHFLevel( SLEnvironmentalReverbItf self, SLmillibel *pRoomHF) argument
162 IEnvironmentalReverb_SetDecayTime( SLEnvironmentalReverbItf self, SLmillisecond decayTime) argument
191 IEnvironmentalReverb_GetDecayTime( SLEnvironmentalReverbItf self, SLmillisecond *pDecayTime) argument
221 IEnvironmentalReverb_SetDecayHFRatio( SLEnvironmentalReverbItf self, SLpermille decayHFRatio) argument
250 IEnvironmentalReverb_GetDecayHFRatio( SLEnvironmentalReverbItf self, SLpermille *pDecayHFRatio) argument
280 IEnvironmentalReverb_SetReflectionsLevel( SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel) argument
311 IEnvironmentalReverb_GetReflectionsLevel( SLEnvironmentalReverbItf self, SLmillibel *pReflectionsLevel) argument
341 IEnvironmentalReverb_SetReflectionsDelay( SLEnvironmentalReverbItf self, SLmillisecond reflectionsDelay) argument
370 IEnvironmentalReverb_GetReflectionsDelay( SLEnvironmentalReverbItf self, SLmillisecond *pReflectionsDelay) argument
400 IEnvironmentalReverb_SetReverbLevel( SLEnvironmentalReverbItf self, SLmillibel reverbLevel) argument
431 IEnvironmentalReverb_GetReverbLevel( SLEnvironmentalReverbItf self, SLmillibel *pReverbLevel) argument
461 IEnvironmentalReverb_SetReverbDelay( SLEnvironmentalReverbItf self, SLmillisecond reverbDelay) argument
490 IEnvironmentalReverb_GetReverbDelay( SLEnvironmentalReverbItf self, SLmillisecond *pReverbDelay) argument
520 IEnvironmentalReverb_SetDiffusion( SLEnvironmentalReverbItf self, SLpermille diffusion) argument
549 IEnvironmentalReverb_GetDiffusion(SLEnvironmentalReverbItf self, SLpermille *pDiffusion) argument
579 IEnvironmentalReverb_SetDensity(SLEnvironmentalReverbItf self, SLpermille density) argument
608 IEnvironmentalReverb_GetDensity(SLEnvironmentalReverbItf self, SLpermille *pDensity) argument
638 IEnvironmentalReverb_SetEnvironmentalReverbProperties(SLEnvironmentalReverbItf self, const SLEnvironmentalReverbSettings *pProperties) argument
692 IEnvironmentalReverb_GetEnvironmentalReverbProperties( SLEnvironmentalReverbItf self, SLEnvironmentalReverbSettings *pProperties) argument
760 IEnvironmentalReverb_init(void *self) argument
772 IEnvironmentalReverb_deinit(void *self) argument
781 IEnvironmentalReverb_Expose(void *self) argument
[all...]
H A DIEqualizer.c55 static SLresult IEqualizer_SetEnabled(SLEqualizerItf self, SLboolean enabled) argument
59 IEqualizer *thiz = (IEqualizer *) self;
79 static SLresult IEqualizer_IsEnabled(SLEqualizerItf self, SLboolean *pEnabled) argument
86 IEqualizer *thiz = (IEqualizer *) self;
107 static SLresult IEqualizer_GetNumberOfBands(SLEqualizerItf self, SLuint16 *pNumBands) argument
114 IEqualizer *thiz = (IEqualizer *) self;
124 static SLresult IEqualizer_GetBandLevelRange(SLEqualizerItf self, SLmillibel *pMin, argument
132 IEqualizer *thiz = (IEqualizer *) self;
145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level) argument
149 IEqualizer *thiz = (IEqualizer *) self;
175 IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel) argument
210 IEqualizer_GetCenterFreq(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pCenter) argument
245 IEqualizer_GetBandFreqRange(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pMin, SLmilliHertz *pMax) argument
289 IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand) argument
339 IEqualizer_GetCurrentPreset(SLEqualizerItf self, SLuint16 *pPreset) argument
377 IEqualizer_UsePreset(SLEqualizerItf self, SLuint16 index) argument
410 IEqualizer_GetNumberOfPresets(SLEqualizerItf self, SLuint16 *pNumPresets) argument
428 IEqualizer_GetPresetName(SLEqualizerItf self, SLuint16 index, const SLchar **ppName) argument
477 IEqualizer_init(void *self) argument
504 IEqualizer_deinit(void *self) argument
513 IEqualizer_Expose(void *self) argument
[all...]
H A DIObject.c23 // Parameter self is the Object.
25 static void HandleRealize(void *self, void *ignored, int unused) argument
29 IObject *thiz = (IObject *) self;
84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) argument
88 IObject *thiz = (IObject *) self;
166 // Parameter self is the Object.
168 static void HandleResume(void *self, void *ignored, int unused) argument
172 IObject *thiz = (IObject *) self;
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) argument
231 IObject *thiz = (IObject *) self;
284 IObject_GetState(SLObjectItf self, SLuint32 *pState) argument
325 IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface) argument
387 IObject_RegisterCallback(SLObjectItf self, slObjectCallback callback, void *pContext) argument
505 IObject_AbortAsyncOperation(SLObjectItf self) argument
517 IObject_Destroy(SLObjectItf self) argument
642 IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) argument
661 IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable) argument
686 IObject_SetLossOfControlInterfaces(SLObjectItf self, SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled) argument
751 IObject_init(void *self) argument
787 IObject_deinit(void *self) argument
[all...]
H A DIOutputMixExt.c169 void IOutputMixExt_FillBuffer(SLOutputMixExtItf self, void *pBuffer, SLuint32 size) argument
176 IOutputMixExt *thiz = (IOutputMixExt *) self;
339 void IOutputMixExt_init(void *self) argument
341 IOutputMixExt *thiz = (IOutputMixExt *) self;
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp267 effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer)
269 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self;
310 int LE_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
313 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self;
430 int LE_getDescriptor(effect_handle_t self, argument
433 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *) self;
266 LE_process( effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
/frameworks/native/libs/binder/
H A DBpBinder.cpp98 IPCThreadState::self()->incWeakHandle(handle);
164 status_t status = IPCThreadState::self()->transact(
195 IPCThreadState* self = IPCThreadState::self(); local
196 self->requestDeathNotification(mHandle, this);
197 self->flushCommands();
230 IPCThreadState* self = IPCThreadState::self(); local
231 self->clearDeathNotification(mHandle, this);
232 self
255 IPCThreadState* self = IPCThreadState::self(); local
[all...]
H A DProcessState.cpp62 IPCThreadState::self()->joinThreadPool(mIsMain);
69 sp<ProcessState> ProcessState::self() function in class:android::ProcessState
113 IPCThreadState* ipc = IPCThreadState::self();
213 status_t status = IPCThreadState::self()->transact(
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp238 FramebufferNativeWindow* self = getSelf(window); local
239 Mutex::Autolock _l(self->mutex);
240 framebuffer_device_t* fb = self->fbDev;
242 int index = self->mBufferHead++;
243 if (self->mBufferHead >= self->mNumBuffers)
244 self->mBufferHead = 0;
247 while (self->mNumFreeBuffers < 2) {
248 self->mCondition.wait(self
277 FramebufferNativeWindow* self = getSelf(window); local
296 const FramebufferNativeWindow* self = getSelf(window); local
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp601 extern "C" int Equalizer_process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
603 android::EqualizerContext * pContext = (android::EqualizerContext *) self;
626 extern "C" int Equalizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
629 android::EqualizerContext * pContext = (android::EqualizerContext *) self;
727 extern "C" int Equalizer_getDescriptor(effect_handle_t self, argument
730 android::EqualizerContext * pContext = (android::EqualizerContext *) self;
/frameworks/wilhelm/src/
H A Dsles.c545 void *self = (char *) thiz + x->mOffset; local
548 ((IObject **) self)[1] = thiz;
551 (*init)(self);
555 ((size_t *) self)[0] ^= ~0;
559 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ?
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c258 static int Downmix_Process(effect_handle_t self, argument
263 downmix_module_t *pDwmModule = (downmix_module_t *)self;
356 static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
359 downmix_module_t *pDwmModule = (downmix_module_t *) self;
497 int Downmix_GetDescriptor(effect_handle_t self, effect_descriptor_t *pDescriptor) argument
499 downmix_module_t *pDwnmxModule = (downmix_module_t *) self;
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c77 int Effect_Process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
83 effect_entry_t *fx = (effect_entry_t *)self;
97 int Effect_Command(effect_handle_t self, argument
108 effect_entry_t *fx = (effect_entry_t *)self;
122 int Effect_GetDescriptor(effect_handle_t self, argument
129 effect_entry_t *fx = (effect_entry_t *)self;
143 int Effect_ProcessReverse(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
149 effect_entry_t *fx = (effect_entry_t *)self;
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp308 effect_handle_t self,audio_buffer_t *inBuffer, audio_buffer_t *outBuffer)
310 VisualizerContext * pContext = (VisualizerContext *)self;
413 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
416 VisualizerContext * pContext = (VisualizerContext *)self;
658 int Visualizer_getDescriptor(effect_handle_t self, argument
661 VisualizerContext * pContext = (VisualizerContext *) self;
307 Visualizer_process( effect_handle_t self,audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) argument
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1859 int Reverb_process(effect_handle_t self, argument
1862 android::ReverbContext * pContext = (android::ReverbContext *) self;
1894 int Reverb_command(effect_handle_t self, argument
1900 android::ReverbContext * pContext = (android::ReverbContext *) self;
2114 int Reverb_getDescriptor(effect_handle_t self, argument
2117 android::ReverbContext * pContext = (android::ReverbContext *)self;

Completed in 364 milliseconds

1234