/frameworks/wilhelm/src/ |
D | locks.h | 37 #define object_lock_exclusive(thiz) object_lock_exclusive_((thiz), __FILE__, __LINE__) argument 38 #define object_unlock_exclusive(thiz) object_unlock_exclusive_((thiz), __FILE__, __LINE__) argument 39 #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 53 #define interface_lock_exclusive(thiz) object_lock_exclusive(InterfaceToIObject(thiz)) argument 54 #define interface_unlock_exclusive(thiz) object_unlock_exclusive(InterfaceToIObject(thiz)) argument 55 #define interface_unlock_exclusive_attributes(thiz, attr) \ argument 57 #define interface_lock_shared(thiz) object_lock_shared(InterfaceToIObject(thiz)) argument [all …]
|
D | handler_bodies.cpp | 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 …]
|
/frameworks/wilhelm/src/itf/ |
D | IEnvironmentalReverb.cpp | 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.cpp | 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.cpp | 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.cpp | 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 | IEqualizer.cpp | 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 | IPrefetchStatus.cpp | 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.cpp | 30 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
|
D | IMIDIMuteSolo.cpp | 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.cpp | 29 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
|
D | IBufferQueue.cpp | 26 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
|
D | IVibra.cpp | 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 | 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 117 IAndroidEffect *thiz = (IAndroidEffect *) self; in IAndroidEffect_deinit() local
|
D | I3DLocation.cpp | 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 | IAndroidBufferQueue.cpp | 30 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
|
D | IBassBoost.cpp | 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 | IVirtualizer.cpp | 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 | INoiseSuppression.cpp | 32 IAndroidNoiseSuppression *thiz = (IAndroidNoiseSuppression *) self; in IAndroidNoiseSuppression_SetEnabled() local 53 IAndroidNoiseSuppression *thiz = (IAndroidNoiseSuppression *) self; in IAndroidNoiseSuppression_IsEnabled() local 73 IAndroidNoiseSuppression *thiz = (IAndroidNoiseSuppression *) self; in IAndroidNoiseSuppression_init() local 83 IAndroidNoiseSuppression *thiz = (IAndroidNoiseSuppression *) self; in IAndroidNoiseSuppression_deinit() local 90 IAndroidNoiseSuppression *thiz = (IAndroidNoiseSuppression *) self; in IAndroidNoiseSuppression_Expose() local
|
D | IAcousticEchoCancellation.cpp | 35 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_SetEnabled() local 58 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_IsEnabled() local 79 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_init() local 89 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_deinit() local 96 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_Expose() local
|
/frameworks/base/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() 35 jboolean Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_deallocate() 39 jboolean Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_nativeInit() 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() [all …]
|
D | jni_gl_frame.cpp | 45 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocate() 59 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture() 74 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo() 89 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateExternal() 100 jboolean Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_nativeDeallocate() 105 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeData() 121 jbyteArray Java_android_filterfw_core_GLFrame_getNativeData(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeData() 134 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeInts() 150 jintArray Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeInts() 163 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeFloats() [all …]
|
D | jni_gl_environment.cpp | 65 jboolean Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeAllocate() 70 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeallocate() 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() 91 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsContextActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsContextActive() 101 jboolean Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeActivate() 106 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeactivate() 111 jboolean Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers() 135 jobject thiz, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() [all …]
|
/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 90 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener() 152 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder() 159 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder() 174 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera() 196 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource() 212 android_media_MediaRecorder_setAudioSource(JNIEnv *env, jobject thiz, jint as) in android_media_MediaRecorder_setAudioSource() 230 android_media_MediaRecorder_setOutputFormat(JNIEnv *env, jobject thiz, jint of) in android_media_MediaRecorder_setOutputFormat() 246 android_media_MediaRecorder_setVideoEncoder(JNIEnv *env, jobject thiz, jint ve) in android_media_MediaRecorder_setVideoEncoder() 262 android_media_MediaRecorder_setAudioEncoder(JNIEnv *env, jobject thiz, jint ae) in android_media_MediaRecorder_setAudioEncoder() 278 android_media_MediaRecorder_setParameter(JNIEnv *env, jobject thiz, jstring params) in android_media_MediaRecorder_setParameter() [all …]
|
D | android_media_MediaPlayer.cpp | 116 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener() 167 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer() 174 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer() 192 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call() 222 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders() 271 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD() 289 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback() 306 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture() 312 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef() 326 setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive) in setVideoSurface() [all …]
|