Home
last modified time | relevance | path

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

123456

/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 …]
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 …]
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
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
DIVolume.c30 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
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
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
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
128 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_GetState() local
151 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_RegisterCallback() local
176 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_init() local
206 IBufferQueue *thiz = (IBufferQueue *) self; in IBufferQueue_deinit() 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
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
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
DIObject.c29 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
291 IObject *thiz = (IObject *) self; in IObject_GetState() local
336 IObject *thiz = (IObject *) self; in IObject_GetInterface() local
392 IObject *thiz = (IObject *) self; in IObject_RegisterCallback() local
407 static void Abort_internal(IObject *thiz) in Abort_internal()
509 IObject *thiz = (IObject *) self; in IObject_AbortAsyncOperation() local
521 IObject *thiz = (IObject *) self; in IObject_Destroy() local
[all …]
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/jni/
Dandroid_media_MediaPlayer.cpp91 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
142 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
149 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
167 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
197 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
246 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
264 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback()
281 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
287 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef()
301 setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive) in setVideoSurface()
[all …]
Dandroid_media_MediaRecorder.cpp79 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
141 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
148 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
163 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
181 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource()
193 android_media_MediaRecorder_setAudioSource(JNIEnv *env, jobject thiz, jint as) in android_media_MediaRecorder_setAudioSource()
207 android_media_MediaRecorder_setOutputFormat(JNIEnv *env, jobject thiz, jint of) in android_media_MediaRecorder_setOutputFormat()
219 android_media_MediaRecorder_setVideoEncoder(JNIEnv *env, jobject thiz, jint ve) in android_media_MediaRecorder_setVideoEncoder()
231 android_media_MediaRecorder_setAudioEncoder(JNIEnv *env, jobject thiz, jint ae) in android_media_MediaRecorder_setAudioEncoder()
243 android_media_MediaRecorder_setParameter(JNIEnv *env, jobject thiz, jstring params) in android_media_MediaRecorder_setParameter()
[all …]
/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 …]
Djni_gl_environment.cpp65 jboolean Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeAllocate()
69 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeallocate()
74 jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext()
80 jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext()
85 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsActive()
90 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsContextActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsContextActive()
100 jboolean Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeActivate()
105 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeactivate()
110 jboolean Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers()
134 jobject thiz, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
[all …]
Djni_shader_program.cpp39 jobject thiz, in Java_android_filterfw_core_ShaderProgram_allocate()
66 jboolean Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_deallocate()
70 jboolean Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_compileAndLink()
76 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setUniformValue()
91 jobject thiz, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
99 jobject thiz, in Java_android_filterfw_core_ShaderProgram_shaderProcess()
144 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
162 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
180 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput()
191 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderBlendEnabled()
[all …]
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp60 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture()
74 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
89 jobject thiz, sp<GLConsumer::FrameAvailableListener> listener) in SurfaceTexture_setFrameAvailableListener()
103 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture()
107 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer()
111 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_getNativeWindow()
118 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf()
236 static void SurfaceTexture_init(JNIEnv* env, jobject thiz, jboolean isDetached, in SurfaceTexture_init()
283 static void SurfaceTexture_finalize(JNIEnv* env, jobject thiz) in SurfaceTexture_finalize()
293 JNIEnv* env, jobject thiz, jint width, jint height) { in SurfaceTexture_setDefaultBufferSize()
[all …]

123456