Home
last modified time | relevance | path

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

12345678

/aosp12/frameworks/wilhelm/src/
H A Dlocks.h39 #define object_unlock_exclusive_attributes(thiz, attr) \ argument
41 #define object_cond_wait(thiz) object_cond_wait_((thiz), __FILE__, __LINE__) argument
46 #define object_lock_shared(thiz) object_lock_exclusive(thiz) argument
47 #define object_unlock_shared(thiz) object_unlock_exclusive(thiz) argument
55 #define interface_unlock_exclusive_attributes(thiz, attr) \ argument
67 #define object_lock_peek(thiz) object_lock_shared(thiz) argument
68 #define object_unlock_peek(thiz) object_unlock_shared(thiz) argument
69 #define interface_lock_poke(thiz) interface_lock_exclusive(thiz) argument
70 #define interface_unlock_poke(thiz) interface_unlock_exclusive(thiz) argument
71 #define interface_lock_peek(thiz) interface_lock_shared(thiz) argument
[all …]
H A Dhandler_bodies.cpp25 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()
106 unsigned handler_MediaPlayer_transport(IObject *thiz) in handler_MediaPlayer_transport()
159 unsigned handler_MediaPlayer_position(IObject *thiz) in handler_MediaPlayer_position()
[all …]
/aosp12/frameworks/wilhelm/src/itf/
H A DIEnvironmentalReverb.cpp50 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
762 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_init() local
775 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_deinit() local
[all …]
H A DIRecord.cpp31 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 …]
H A DI3DSource.cpp26 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
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
224 I3DSource *thiz = (I3DSource *) self; in I3DSource_GetRolloffModel() local
[all …]
H A DIPlay.cpp31 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 …]
H A DIEqualizer.cpp59 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
378 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_UsePreset() local
475 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_init() local
503 IEqualizer *thiz = (IEqualizer *) self; in IEqualizer_deinit() local
[all …]
H A DIPrefetchStatus.cpp29 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
H A DIMIDIMuteSolo.cpp30 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
H A DIVolume.cpp30 IVolume *thiz = (IVolume *) self; in IVolume_SetVolumeLevel() local
53 IVolume *thiz = (IVolume *) self; in IVolume_GetVolumeLevel() local
84 IVolume *thiz = (IVolume *) self; in IVolume_SetMute() local
107 IVolume *thiz = (IVolume *) self; in IVolume_GetMute() local
123 IVolume *thiz = (IVolume *) self; in IVolume_EnableStereoPosition() local
146 IVolume *thiz = (IVolume *) self; in IVolume_IsEnabledStereoPosition() local
165 IVolume *thiz = (IVolume *) self; in IVolume_SetStereoPosition() local
188 IVolume *thiz = (IVolume *) self; in IVolume_GetStereoPosition() local
214 IVolume *thiz = (IVolume *) self; in IVolume_init() local
H A DIMetadataExtraction.cpp29 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
H A DIBufferQueue.cpp26 static SLuint32 getAssociatedState(IBufferQueue *thiz) in getAssociatedState()
55 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_Enqueue() local
84 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_Clear() local
131 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_GetState() local
154 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_RegisterCallback() local
179 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_init() local
209 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_deinit() local
H A DIVibra.cpp26 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
H A DI3DLocation.cpp29 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
H A DIAndroidBufferQueue.cpp30 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
H A 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
117 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_deinit() local
H A DIBassBoost.cpp42 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
H A DIVirtualizer.cpp42 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
H A DIObject.cpp29 IObject *thiz = (IObject *) self; in HandleRealize() local
88 IObject *thiz = (IObject *) self; in IObject_Realize() local
172 IObject *thiz = (IObject *) self; in HandleResume() local
231 IObject *thiz = (IObject *) self; in IObject_Resume() local
392 IObject *thiz = (IObject *) self; in IObject_RegisterCallback() local
509 IObject *thiz = (IObject *) self; in IObject_AbortAsyncOperation() local
521 IObject *thiz = (IObject *) self; in IObject_Destroy() local
646 IObject *thiz = (IObject *) self; in IObject_SetPriority() local
752 IObject *thiz = (IObject *) self; in IObject_init() local
788 IObject *thiz = (IObject *) self; in IObject_deinit() local
[all …]
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.cpp30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate()
45 jobject thiz, in Java_android_filterfw_core_NativeProgram_openNativeLibrary()
52 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindInitFunction()
59 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindSetValueFunction()
68 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindGetValueFunction()
77 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindProcessFunction()
84 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindResetFunction()
93 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindTeardownFunction()
107 jobject thiz, in Java_android_filterfw_core_NativeProgram_callNativeSetValue()
121 jobject thiz, in Java_android_filterfw_core_NativeProgram_callNativeGetValue()
[all …]
H A Djni_gl_frame.cpp45 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocate()
74 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
89 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
105 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeData()
134 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeInts()
163 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeFloats()
209 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeBitmap()
226 jobject thiz, in Java_android_filterfw_core_GLFrame_getNativeBitmap()
241 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeViewport()
279 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeCopyFromNative()
[all …]
H A Djni_gl_environment.cpp65 jboolean Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeAllocate()
75 jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext()
81 jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext()
86 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsActive()
101 jboolean Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeActivate()
135 jobject thiz, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
195 jobject thiz, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
271 jobject thiz, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
359 jobject thiz, in Java_android_filterfw_core_GLEnvironment_nativeActivateSurfaceId()
366 jobject thiz, in Java_android_filterfw_core_GLEnvironment_nativeRemoveSurfaceId()
[all …]
H A Djni_shader_program.cpp39 jobject thiz, in Java_android_filterfw_core_ShaderProgram_allocate()
69 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setUniformValue()
84 jobject thiz, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
92 jobject thiz, in Java_android_filterfw_core_ShaderProgram_shaderProcess()
137 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
155 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
195 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderBlendFunc()
207 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderClearColor()
220 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderDrawMode()
260 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderAttributeValues()
[all …]
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp423 JNIEnv *env, jobject thiz, jlong max_filesize_bytes) in android_media_MediaRecorder_setMaxFileSize()
439 android_media_MediaRecorder_prepare(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_prepare()
507 android_media_MediaRecorder_start(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_start()
519 android_media_MediaRecorder_stop(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_stop()
531 android_media_MediaRecorder_pause(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_pause()
543 android_media_MediaRecorder_resume(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_resume()
567 android_media_MediaRecorder_release(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_release()
666 JNIEnv* env, jobject thiz, jobject object) { in android_media_MediaRecorder_setInputSurface()
760 jobject thiz, jobject jActiveMicrophones) { in android_media_MediaRecord_getActiveMicrophones()
798 JNIEnv *env, jobject thiz, jint direction) { in android_media_MediaRecord_setPreferredMicrophoneDirection()
[all …]
H A Dandroid_media_MediaPlayer.cpp168 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
307 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
313 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef()
373 android_media_MediaPlayer_prepare(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_prepare()
407 android_media_MediaPlayer_start(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_start()
419 android_media_MediaPlayer_stop(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_stop()
431 android_media_MediaPlayer_pause(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_pause()
722 android_media_MediaPlayer_reset(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_reset()
817 android_media_MediaPlayer_invoke(JNIEnv *env, jobject thiz, in android_media_MediaPlayer_invoke()
971 android_media_MediaPlayer_release(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_release()
[all …]

12345678