Home
last modified time | relevance | path

Searched defs:thiz (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/wilhelm/src/
Dlocks.h35 #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 …]
Dhandler_bodies.c25 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 …]
/frameworks/wilhelm/src/itf/
DIEnvironmentalReverb.c50 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 …]
DIRecord.c31 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 …]
DI3DSource.c26 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 …]
DIPlay.c31 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 …]
DIPrefetchStatus.c29 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
DIEqualizer.c59 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 …]
DIVolume.c29 IVolume *thiz = (IVolume *) self; in IVolume_SetVolumeLevel() local
52 IVolume *thiz = (IVolume *) self; in IVolume_GetVolumeLevel() local
83 IVolume *thiz = (IVolume *) self; in IVolume_SetMute() local
106 IVolume *thiz = (IVolume *) self; in IVolume_GetMute() local
122 IVolume *thiz = (IVolume *) self; in IVolume_EnableStereoPosition() local
145 IVolume *thiz = (IVolume *) self; in IVolume_IsEnabledStereoPosition() local
164 IVolume *thiz = (IVolume *) self; in IVolume_SetStereoPosition() local
187 IVolume *thiz = (IVolume *) self; in IVolume_GetStereoPosition() local
213 IVolume *thiz = (IVolume *) self; in IVolume_init() local
DIMIDIMuteSolo.c30 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
DIVibra.c26 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
DIBufferQueue.c26 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
DIMetadataExtraction.c29 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetItemCount() local
54 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetKeySize() local
79 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetKey() local
104 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetValueSize() local
129 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_GetValue() local
156 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_AddKeyFilter() local
176 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_ClearKeyFilter() local
196 IMetadataExtraction *thiz = (IMetadataExtraction *) self; in IMetadataExtraction_init() local
DIAndroidBufferQueue.c30 static SLuint32 getAssociatedState(IAndroidBufferQueue *thiz) in getAssociatedState()
240 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_RegisterCallback() local
265 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_Clear() local
319 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_Enqueue() local
403 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_GetState() local
424 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_SetCallbackEventsMask() local
447 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_GetCallbackEventsMask() local
471 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_init() local
491 IAndroidBufferQueue *thiz = (IAndroidBufferQueue *) self; in IAndroidBufferQueue_deinit() local
DIAndroidEffect.cpp28 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
DI3DLocation.c29 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
DIThreadSync.c26 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
DIVirtualizer.c42 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
DIBassBoost.c42 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
/frameworks/base/media/mca/filterfw/jni/
Djni_native_program.cpp30 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 …]
Djni_gl_frame.cpp45 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 …]
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp77 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
127 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
134 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
152 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
180 JNIEnv *env, jobject thiz, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
222 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
240 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
246 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef()
260 setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive) in setVideoSurface()
300 android_media_MediaPlayer_setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface) in android_media_MediaPlayer_setVideoSurface()
[all …]
Dandroid_media_MediaRecorder.cpp72 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
128 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
135 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
150 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
164 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource()
176 android_media_MediaRecorder_setAudioSource(JNIEnv *env, jobject thiz, jint as) in android_media_MediaRecorder_setAudioSource()
189 android_media_MediaRecorder_setOutputFormat(JNIEnv *env, jobject thiz, jint of) in android_media_MediaRecorder_setOutputFormat()
201 android_media_MediaRecorder_setVideoEncoder(JNIEnv *env, jobject thiz, jint ve) in android_media_MediaRecorder_setVideoEncoder()
213 android_media_MediaRecorder_setAudioEncoder(JNIEnv *env, jobject thiz, jint ae) in android_media_MediaRecorder_setAudioEncoder()
225 android_media_MediaRecorder_setParameter(JNIEnv *env, jobject thiz, jstring params) in android_media_MediaRecorder_setParameter()
[all …]
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp57 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on) in android_media_AudioSystem_muteMicrophone()
63 android_media_AudioSystem_isMicrophoneMuted(JNIEnv *env, jobject thiz) in android_media_AudioSystem_isMicrophoneMuted()
71 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs) in android_media_AudioSystem_isStreamActive()
79 android_media_AudioSystem_isStreamActiveRemotely(JNIEnv *env, jobject thiz, jint stream, in android_media_AudioSystem_isStreamActiveRemotely()
88 android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source) in android_media_AudioSystem_isSourceActive()
96 android_media_AudioSystem_setParameters(JNIEnv *env, jobject thiz, jstring keyValuePairs) in android_media_AudioSystem_setParameters()
109 android_media_AudioSystem_getParameters(JNIEnv *env, jobject thiz, jstring keys) in android_media_AudioSystem_getParameters()
148 android_media_AudioSystem_setDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jint sta… in android_media_AudioSystem_setDeviceConnectionState()
159 android_media_AudioSystem_getDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jstring … in android_media_AudioSystem_getDeviceConnectionState()
169 android_media_AudioSystem_setPhoneState(JNIEnv *env, jobject thiz, jint state) in android_media_AudioSystem_setPhoneState()
[all …]
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp36 static inline SoundPool* MusterSoundPool(JNIEnv *env, jobject thiz) { in MusterSoundPool()
42 android_media_SoundPool_load_URL(JNIEnv *env, jobject thiz, jstring path, jint priority) in android_media_SoundPool_load_URL()
57 android_media_SoundPool_load_FD(JNIEnv *env, jobject thiz, jobject fileDescriptor, in android_media_SoundPool_load_FD()
68 android_media_SoundPool_unload(JNIEnv *env, jobject thiz, jint sampleID) { in android_media_SoundPool_unload()
76 android_media_SoundPool_play(JNIEnv *env, jobject thiz, jint sampleID, in android_media_SoundPool_play()
87 android_media_SoundPool_pause(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_pause()
96 android_media_SoundPool_resume(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_resume()
105 android_media_SoundPool_autoPause(JNIEnv *env, jobject thiz) in android_media_SoundPool_autoPause()
114 android_media_SoundPool_autoResume(JNIEnv *env, jobject thiz) in android_media_SoundPool_autoResume()
123 android_media_SoundPool_stop(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_stop()
[all …]

12345