| /system/media/wilhelm/src/ |
| D | locks.h | 35 #define object_lock_exclusive(thiz) object_lock_exclusive_((thiz), __FILE__, __LINE__) argument 36 #define object_unlock_exclusive(thiz) object_unlock_exclusive_((thiz), __FILE__, __LINE__) argument 37 #define object_unlock_exclusive_attributes(thiz, attr) \ argument 39 #define object_cond_wait(thiz) object_cond_wait_((thiz), __FILE__, __LINE__) argument 44 #define object_lock_shared(thiz) object_lock_exclusive(thiz) argument 45 #define object_unlock_shared(thiz) object_unlock_exclusive(thiz) argument 51 #define interface_lock_exclusive(thiz) object_lock_exclusive(InterfaceToIObject(thiz)) argument 52 #define interface_unlock_exclusive(thiz) object_unlock_exclusive(InterfaceToIObject(thiz)) argument 53 #define interface_unlock_exclusive_attributes(thiz, attr) \ argument 55 #define interface_lock_shared(thiz) object_lock_shared(InterfaceToIObject(thiz)) argument [all …]
|
| D | handler_bodies.c | 25 unsigned handler_AudioPlayer_gain(IObject *thiz) in handler_AudioPlayer_gain() 34 unsigned handler_OutputMix_gain(IObject *thiz) in handler_OutputMix_gain() 43 unsigned handler_MidiPlayer_gain(IObject *thiz) in handler_MidiPlayer_gain() 51 unsigned handler_MediaPlayer_gain(IObject *thiz) in handler_MediaPlayer_gain() 60 unsigned handler_AudioPlayer_position(IObject *thiz) in handler_AudioPlayer_position() 71 unsigned handler_MidiPlayer_position(IObject *thiz) in handler_MidiPlayer_position() 79 unsigned handler_AudioPlayer_transport(IObject *thiz) in handler_AudioPlayer_transport() 88 unsigned handler_AudioPlayer_play_state(IObject *thiz) in handler_AudioPlayer_play_state() 97 unsigned handler_AudioRecorder_transport(IObject *thiz) in handler_AudioRecorder_transport() 106 unsigned handler_MediaPlayer_transport(IObject *thiz) in handler_MediaPlayer_transport() [all …]
|
| /system/media/wilhelm/src/itf/ |
| D | IEnvironmentalReverb.c | 50 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_SetRoomLevel() local 78 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_GetRoomLevel() local 111 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_SetRoomHFLevel() local 140 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_GetRoomHFLevel() local 170 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_SetDecayTime() local 199 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_GetDecayTime() local 229 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_SetDecayHFRatio() local 258 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_GetDecayHFRatio() local 290 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_SetReflectionsLevel() local 319 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_GetReflectionsLevel() local [all …]
|
| D | IRecord.c | 31 IRecord *thiz = (IRecord *) self; in IRecord_SetRecordState() local 54 IRecord *thiz = (IRecord *) self; in IRecord_GetRecordState() local 73 IRecord *thiz = (IRecord *) self; in IRecord_SetDurationLimit() local 94 IRecord *thiz = (IRecord *) self; in IRecord_GetPosition() local 121 IRecord *thiz = (IRecord *) self; in IRecord_RegisterCallback() local 145 IRecord *thiz = (IRecord *) self; in IRecord_SetCallbackEventsMask() local 167 IRecord *thiz = (IRecord *) self; in IRecord_GetCallbackEventsMask() local 186 IRecord *thiz = (IRecord *) self; in IRecord_SetMarkerPosition() local 211 IRecord *thiz = (IRecord *) self; in IRecord_ClearMarkerPosition() local 239 IRecord *thiz = (IRecord *) self; in IRecord_GetMarkerPosition() local [all …]
|
| D | I3DSource.c | 26 I3DSource *thiz = (I3DSource *) self; in I3DSource_SetHeadRelative() local 43 I3DSource *thiz = (I3DSource *) self; in I3DSource_GetHeadRelative() local 64 I3DSource *thiz = (I3DSource *) self; in I3DSource_SetRolloffDistances() local 84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz); in I3DSource_GetRolloffDistances() local 101 I3DSource *thiz = (I3DSource *) self; in I3DSource_SetRolloffMaxDistanceMute() local 118 I3DSource *thiz = (I3DSource *) self; in I3DSource_GetRolloffMaxDistanceMute() local 137 I3DSource *thiz = (I3DSource *) self; in I3DSource_SetRolloffFactor() local 152 I3DSource *thiz = (I3DSource *) self; in I3DSource_GetRolloffFactor() local 170 I3DSource *thiz = (I3DSource *) self; in I3DSource_SetRoomRolloffFactor() local 185 I3DSource *thiz = (I3DSource *) self; in I3DSource_GetRoomRolloffFactor() local [all …]
|
| D | IPlay.c | 31 IPlay *thiz = (IPlay *) self; in IPlay_SetPlayState() local 124 IPlay *thiz = (IPlay *) self; in IPlay_GetPlayState() local 160 IPlay *thiz = (IPlay *) self; in IPlay_GetDuration() local 202 IPlay *thiz = (IPlay *) self; in IPlay_GetPosition() local 244 IPlay *thiz = (IPlay *) self; in IPlay_RegisterCallback() local 264 IPlay *thiz = (IPlay *) self; in IPlay_SetCallbackEventsMask() local 293 IPlay *thiz = (IPlay *) self; in IPlay_GetCallbackEventsMask() local 312 IPlay *thiz = (IPlay *) self; in IPlay_SetMarkerPosition() local 337 IPlay *thiz = (IPlay *) self; in IPlay_ClearMarkerPosition() local 365 IPlay *thiz = (IPlay *) self; in IPlay_GetMarkerPosition() local [all …]
|
| D | IPrefetchStatus.c | 29 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_GetPrefetchStatus() local 48 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_GetFillLevel() local 65 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_RegisterCallback() local 84 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_SetCallbackEventsMask() local 104 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_GetCallbackEventsMask() local 123 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_SetFillUpdatePeriod() local 147 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_GetFillUpdatePeriod() local 171 IPrefetchStatus *thiz = (IPrefetchStatus *) self; in IPrefetchStatus_init() local
|
| D | IVolume.c | 29 IVolume *thiz = (IVolume *) self; in IVolume_SetVolumeLevel() local 51 IVolume *thiz = (IVolume *) self; in IVolume_GetVolumeLevel() local 82 IVolume *thiz = (IVolume *) self; in IVolume_SetMute() local 104 IVolume *thiz = (IVolume *) self; in IVolume_GetMute() local 120 IVolume *thiz = (IVolume *) self; in IVolume_EnableStereoPosition() local 143 IVolume *thiz = (IVolume *) self; in IVolume_IsEnabledStereoPosition() local 162 IVolume *thiz = (IVolume *) self; in IVolume_SetStereoPosition() local 184 IVolume *thiz = (IVolume *) self; in IVolume_GetStereoPosition() local 210 IVolume *thiz = (IVolume *) self; in IVolume_init() local
|
| D | IEqualizer.c | 59 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_SetEnabled() local 86 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_IsEnabled() local 114 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_GetNumberOfBands() local 132 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_GetBandLevelRange() local 149 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_SetBandLevel() local 182 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_GetBandLevel() local 217 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_GetCenterFreq() local 253 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_GetBandFreqRange() local 296 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_GetBand() local 346 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_GetCurrentPreset() local [all …]
|
| D | IAndroidBufferQueue.c | 30 static SLuint32 getAssociatedState(IAndroidBufferQueue *thiz) in getAssociatedState() 209 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_RegisterCallback() local 246 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_Clear() local 323 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_Enqueue() local 394 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_GetState() local 415 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_SetCallbackEventsMask() local 439 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_GetCallbackEventsMask() local 463 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_init() local 482 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_deinit() local
|
| D | IVibra.c | 26 IVibra *thiz = (IVibra *) self; in IVibra_Vibrate() local 43 IVibra *thiz = (IVibra *) self; in IVibra_IsVibrating() local 65 IVibra *thiz = (IVibra *) self; in IVibra_SetFrequency() local 83 IVibra *thiz = (IVibra *) self; in IVibra_GetFrequency() local 105 IVibra *thiz = (IVibra *) self; in IVibra_SetIntensity() local 127 IVibra *thiz = (IVibra *) self; in IVibra_GetIntensity() local 151 IVibra *thiz = (IVibra *) self; in IVibra_init() local
|
| D | IBufferQueue.c | 26 static SLuint32 getAssociatedState(IBufferQueue *thiz) in getAssociatedState() 56 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_Enqueue() local 85 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_Clear() local 127 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_GetState() local 150 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_RegisterCallback() local 175 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_init() local 204 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_deinit() local
|
| D | IMIDIMuteSolo.c | 30 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_SetChannelMute() local 53 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_GetChannelMute() local 73 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_SetChannelSolo() local 96 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_GetChannelSolo() local 115 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_GetTrackCount() local 130 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_SetTrackMute() local 153 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_GetTrackMute() local 173 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_SetTrackSolo() local 195 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_GetTrackSolo() local 225 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; in IMIDIMuteSolo_init() local
|
| D | IMetadataExtraction.c | 29 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetItemCount() local 50 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetKeySize() local 71 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetKey() local 92 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetValueSize() local 113 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetValue() local 136 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_AddKeyFilter() local 156 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_ClearKeyFilter() local 176 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_init() local
|
| D | IThreadSync.c | 26 IThreadSync *thiz = (IThreadSync *) self; in IThreadSync_EnterCriticalSection() local 54 IThreadSync *thiz = (IThreadSync *) self; in IThreadSync_ExitCriticalSection() local 80 IThreadSync *thiz = (IThreadSync *) self; in IThreadSync_init() local 89 IThreadSync *thiz = (IThreadSync *) self; in IThreadSync_deinit() local
|
| D | IAndroidEffect.cpp | 28 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_CreateEffect() local 54 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_ReleaseEffect() local 66 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_SetEnabled() local 78 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_IsEnabled() local 91 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_SendCommand() local 109 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_init() local 116 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_deinit() local
|
| D | I3DLocation.c | 29 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_SetLocationCartesian() local 52 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_SetLocationSpherical() local 73 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_Move() local 120 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_GetLocationCartesian() local 174 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_SetOrientationVectors() local 198 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_SetOrientationAngles() local 222 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_Rotate() local 249 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_GetOrientationVectors() local 276 I3DLocation *thiz = (I3DLocation *) self; in I3DLocation_init() local
|
| D | IMIDITempo.c | 29 IMIDITempo *thiz = (IMIDITempo *) self; in IMIDITempo_SetTicksPerQuarterNote() local 47 IMIDITempo *thiz = (IMIDITempo *) self; in IMIDITempo_GetTicksPerQuarterNote() local 67 IMIDITempo *thiz = (IMIDITempo *) self; in IMIDITempo_SetMicrosecondsPerQuarterNote() local 85 IMIDITempo *thiz = (IMIDITempo *) self; in IMIDITempo_GetMicrosecondsPerQuarterNote() local 106 IMIDITempo *thiz = (IMIDITempo *) self; in IMIDITempo_init() local
|
| D | I3DDoppler.c | 29 I3DDoppler *thiz = (I3DDoppler *) self; in I3DDoppler_SetVelocityCartesian() local 47 I3DDoppler *thiz = (I3DDoppler *) self; in I3DDoppler_SetVelocitySpherical() local 67 I3DDoppler *thiz = (I3DDoppler *) self; in I3DDoppler_GetVelocityCartesian() local 114 I3DDoppler *thiz = (I3DDoppler *) self; in I3DDoppler_SetDopplerFactor() local 131 I3DDoppler *thiz = (I3DDoppler *) self; in I3DDoppler_GetDopplerFactor() local 153 I3DDoppler *thiz = (I3DDoppler *) self; in I3DDoppler_init() local
|
| D | IVirtualizer.c | 42 IVirtualizer *thiz = (IVirtualizer *) self; in IVirtualizer_SetEnabled() local 70 IVirtualizer *thiz = (IVirtualizer *) self; in IVirtualizer_IsEnabled() local 98 IVirtualizer *thiz = (IVirtualizer *) self; in IVirtualizer_SetStrength() local 126 IVirtualizer *thiz = (IVirtualizer *) self; in IVirtualizer_GetRoundedStrength() local 189 IVirtualizer *thiz = (IVirtualizer *) self; in IVirtualizer_init() local 203 IVirtualizer *thiz = (IVirtualizer *) self; in IVirtualizer_deinit() local 212 IVirtualizer *thiz = (IVirtualizer *) self; in IVirtualizer_Expose() local
|
| D | IBassBoost.c | 42 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_SetEnabled() local 68 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_IsEnabled() local 96 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_SetStrength() local 124 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_GetRoundedStrength() local 187 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_init() local 201 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_deinit() local 210 IBassBoost *thiz = (IBassBoost *) self; in IBassBoost_Expose() local
|
| D | IPresetReverb.c | 34 IPresetReverb *thiz = (IPresetReverb *) self; in IPresetReverb_SetPreset() local 72 IPresetReverb *thiz = (IPresetReverb *) self; in IPresetReverb_GetPreset() local 105 IPresetReverb *thiz = (IPresetReverb *) self; in IPresetReverb_init() local 118 IPresetReverb *thiz = (IPresetReverb *) self; in IPresetReverb_deinit() local 127 IPresetReverb *thiz = (IPresetReverb *) self; in IPresetReverb_Expose() local
|
| D | IMIDITime.c | 29 IMIDITime *thiz = (IMIDITime *) self; in IMIDITime_GetDuration() local 43 IMIDITime *thiz = (IMIDITime *) self; in IMIDITime_SetPosition() local 65 IMIDITime *thiz = (IMIDITime *) self; in IMIDITime_GetPosition() local 81 IMIDITime *thiz = (IMIDITime *) self; in IMIDITime_SetLoopPoints() local 106 IMIDITime *thiz = (IMIDITime *) self; in IMIDITime_GetLoopPoints() local 130 IMIDITime *thiz = (IMIDITime *) self; in IMIDITime_init() local
|
| /system/media/mca/filterfw/jni/ |
| D | jni_native_program.cpp | 30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate() 34 jboolean Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_deallocate() 38 jboolean Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_nativeInit() 44 jobject thiz, in Java_android_filterfw_core_NativeProgram_openNativeLibrary() 51 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindInitFunction() 58 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindSetValueFunction() 67 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindGetValueFunction() 76 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindProcessFunction() 83 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindResetFunction() 92 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindTeardownFunction() [all …]
|
| D | jni_gl_frame.cpp | 45 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocate() 61 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture() 78 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo() 95 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateExternal() 108 jboolean Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_nativeDeallocate() 113 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeData() 129 jbyteArray Java_android_filterfw_core_GLFrame_getNativeData(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeData() 142 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeInts() 158 jintArray Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeInts() 171 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeFloats() [all …]
|