Home
last modified time | relevance | path

Searched refs:thiz (Results 1 – 25 of 100) sorted by relevance

1234

/aosp14/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp98 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer() argument
137 return env->IsInstanceOf(thiz, surfaceTextureClass); in android_SurfaceTexture_isInstanceOf()
268 SurfaceTexture_setProducer(env, thiz, producer); in SurfaceTexture_init()
270 jclass clazz = env->GetObjectClass(thiz); in SurfaceTexture_init()
280 SurfaceTexture_setFrameAvailableListener(env, thiz, ctx); in SurfaceTexture_init()
283 static void SurfaceTexture_finalize(JNIEnv* env, jobject thiz) in SurfaceTexture_finalize() argument
287 SurfaceTexture_setFrameAvailableListener(env, thiz, 0); in SurfaceTexture_finalize()
288 SurfaceTexture_setSurfaceTexture(env, thiz, 0); in SurfaceTexture_finalize()
289 SurfaceTexture_setProducer(env, thiz, 0); in SurfaceTexture_finalize()
293 JNIEnv* env, jobject thiz, jint width, jint height) { in SurfaceTexture_setDefaultBufferSize() argument
[all …]
H A Dandroid_media_ToneGenerator.cpp69 ALOGV("%s jobject: %p", __func__, thiz); in android_media_ToneGenerator_startTone()
70 auto lpToneGen = getNativeToneGenerator(env, thiz); in android_media_ToneGenerator_startTone()
77 ALOGV("%s jobject: %p", __func__, thiz); in android_media_ToneGenerator_stopTone()
78 auto lpToneGen = getNativeToneGenerator(env, thiz); in android_media_ToneGenerator_stopTone()
83 ALOGV("%s jobject: %p", __func__, thiz); in android_media_ToneGenerator_getAudioSessionId()
89 ALOGV("%s jobject: %p", __func__, thiz); in android_media_ToneGenerator_release()
90 setNativeToneGenerator(env, thiz, nullptr); in android_media_ToneGenerator_release()
95 ALOGV("%s jobject: %p", __func__, thiz); in android_media_ToneGenerator_native_setup()
107 setNativeToneGenerator(env, thiz, lpToneGen); in android_media_ToneGenerator_native_setup()
111 ALOGV("%s jobject: %p", __func__, thiz); in android_media_ToneGenerator_native_finalize()
[all …]
H A Dandroid_media_AudioTrack.cpp273 jclass clazz = env->GetObjectClass(thiz); in android_media_AudioTrack_setup()
523 sp<AudioTrack> lpTrack = getAudioTrack(env, thiz); in android_media_AudioTrack_start()
538 sp<AudioTrack> lpTrack = getAudioTrack(env, thiz); in android_media_AudioTrack_stop()
553 sp<AudioTrack> lpTrack = getAudioTrack(env, thiz); in android_media_AudioTrack_pause()
603 android_media_AudioTrack_release(env, thiz); in android_media_AudioTrack_finalize()
766 jobject thiz, jint bufferSizeInFrames) { in android_media_AudioTrack_set_buffer_size_frames() argument
1195 JNIEnv *env, jobject thiz) { in android_media_AudioTrack_getRoutedDeviceId() argument
1205 JNIEnv *env, jobject thiz) { in android_media_AudioTrack_enableDeviceCallback() argument
1224 JNIEnv *env, jobject thiz) { in android_media_AudioTrack_disableDeviceCallback() argument
1386 sp<AudioTrack> track = getAudioTrack(env, thiz); in android_media_AudioTrack_setLogSessionId()
[all …]
H A Dandroid_hardware_UsbDeviceConnection.cpp58 env->SetLongField(thiz, field_context, (jlong)device); in android_hardware_UsbDeviceConnection_open()
72 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_close()
75 env->SetLongField(thiz, field_context, 0); in android_hardware_UsbDeviceConnection_close()
82 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_get_fd()
93 int fd = android_hardware_UsbDeviceConnection_get_fd(env, thiz); in android_hardware_UsbDeviceConnection_get_desc()
101 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_claim_interface()
119 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_release_interface()
136 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_interface()
148 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_configuration()
162 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_control_request()
[all …]
H A Dandroid_media_AudioRecord.cpp172 jclass clazz = env->GetObjectClass(thiz); in android_media_AudioRecord_setup()
336 android_media_AudioRecord_stop(JNIEnv *env, jobject thiz) in android_media_AudioRecord_stop() argument
361 android_media_AudioRecord_release(env, thiz); in android_media_AudioRecord_finalize()
581 JNIEnv *env, jobject thiz, jint device_id) { in android_media_AudioRecord_setInputDevice() argument
591 JNIEnv *env, jobject thiz) { in android_media_AudioRecord_getRoutedDeviceId() argument
602 JNIEnv *env, jobject thiz) { in android_media_AudioRecord_enableDeviceCallback() argument
621 JNIEnv *env, jobject thiz) { in android_media_AudioRecord_disableDeviceCallback() argument
671 sp<AudioRecord> lpRecord = getAudioRecord(env, thiz); in android_media_AudioRecord_native_getMetrics()
700 jobject thiz, jobject jActiveMicrophones) { in android_media_AudioRecord_get_active_microphones() argument
777 sp<AudioRecord> record = getAudioRecord(env, thiz); in android_media_AudioRecord_setLogSessionId()
[all …]
H A Dandroid_os_HwParcel.cpp177 JHwParcel::JHwParcel(JNIEnv *env, jobject thiz) in JHwParcel() argument
266 JHwParcel::SetNativeContext(env, thiz, context); in JHwParcel_native_setup()
407 JNIEnv *env, jobject thiz) { in JHwParcel_native_release() argument
412 JNIEnv *env, jobject thiz) { in JHwParcel_native_releaseTemporaryStorage() argument
597 WriteHidlVector(env, thiz, *vec); in JHwParcel_native_writeStringVector()
627 WriteHidlVector(env, thiz, *vec); in JHwParcel_native_writeNativeHandleVector()
658 JNIEnv *env, jobject thiz, jobject jmem) { in JHwParcel_native_writeHidlMemory() argument
892 JNIEnv *env, jobject thiz) { in JHwParcel_native_readStringVector() argument
898 JNIEnv *env, jobject thiz) { in JHwParcel_native_readNativeHandleVector() argument
935 JNIEnv* env, jobject thiz) { in JHwParcel_native_readHidlMemory() argument
[all …]
H A Dandroid_hardware_UsbRequest.cpp64 env->SetLongField(thiz, field_context, (jlong)request); in android_hardware_UsbRequest_init()
69 android_hardware_UsbRequest_close(JNIEnv *env, jobject thiz) in android_hardware_UsbRequest_close() argument
72 struct usb_request* request = get_request_from_object(env, thiz); in android_hardware_UsbRequest_close()
75 env->SetLongField(thiz, field_context, 0); in android_hardware_UsbRequest_close()
80 android_hardware_UsbRequest_queue_array(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_queue_array() argument
104 request->client_data = (void *)env->NewGlobalRef(thiz); in android_hardware_UsbRequest_queue_array()
119 android_hardware_UsbRequest_dequeue_array(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_dequeue_array() argument
138 android_hardware_UsbRequest_queue_direct(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_queue_direct() argument
159 request->client_data = (void *)env->NewGlobalRef(thiz); in android_hardware_UsbRequest_queue_direct()
189 request->client_data = (void *)env->NewGlobalRef(thiz); in android_hardware_UsbRequest_queue()
[all …]
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.h28 jobject thiz,
35 jobject thiz,
43 jobject thiz,
51 jobject thiz,
71 jobject thiz,
81 jobject thiz,
90 jobject thiz,
107 jobject thiz,
116 jobject thiz,
121 jobject thiz,
[all …]
H A Djni_native_program.cpp36 return ToJBool(DeleteNativeObject<NativeProgram>(env, thiz)); in Java_android_filterfw_core_NativeProgram_deallocate()
40 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_nativeInit()
47 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_openNativeLibrary()
54 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindInitFunction()
61 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindSetValueFunction()
70 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindGetValueFunction()
79 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindProcessFunction()
86 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindResetFunction()
95 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_bindTeardownFunction()
102 NativeProgram* program = ConvertFromJava<NativeProgram>(env, thiz); in Java_android_filterfw_core_NativeProgram_callNativeInit()
[all …]
H A Djni_gl_frame.cpp109 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeData()
122 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeData()
136 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeInts()
151 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeInts()
165 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeFloats()
187 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeFloats()
212 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeBitmap()
228 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeBitmap()
246 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_setNativeViewport()
251 GLFrame* frame = ConvertFromJava<GLFrame>(env, thiz); in Java_android_filterfw_core_GLFrame_getNativeTextureId()
[all …]
H A Djni_native_program.h27 Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz);
37 jobject thiz,
42 jobject thiz,
47 jobject thiz,
52 jobject thiz,
57 jobject thiz,
62 jobject thiz,
67 jobject thiz,
75 jobject thiz,
81 jobject thiz,
[all …]
H A Djni_shader_program.cpp39 jobject thiz, in Java_android_filterfw_core_ShaderProgram_allocate() argument
60 return ToJBool(DeleteNativeObject<ShaderProgram>(env, thiz)); in Java_android_filterfw_core_ShaderProgram_deallocate()
64 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_compileAndLink()
72 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setUniformValue()
86 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_getUniformValue()
95 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_shaderProcess()
146 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
164 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
175 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); in Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput()
260 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderAttributeValues() argument
[all …]
H A Djni_gl_environment.h27 Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz);
30 Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz);
48 Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz);
51 Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz);
58 jobject thiz,
63 jobject thiz,
75 jobject thiz,
80 jobject thiz,
85 jobject thiz,
[all …]
H A Djni_gl_environment.cpp71 return ToJBool(DeleteNativeObject<GLEnv>(env, thiz)); in Java_android_filterfw_core_GLEnvironment_nativeDeallocate()
76 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext()
82 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext()
87 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeIsActive()
92 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeIsContextActive()
102 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeActivate()
107 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeDeactivate()
112 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers()
137 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
199 GLEnv* gl_env = ConvertFromJava<GLEnv>(env, thiz); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
[all …]
H A Djni_shader_program.h30 jobject thiz,
36 Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz);
43 jobject thiz,
49 jobject thiz,
54 jobject thiz,
65 jobject thiz,
77 jobject thiz,
94 jobject thiz,
111 jobject thiz,
116 jobject thiz,
[all …]
H A Djni_native_frame.cpp43 return ToJBool(DeleteNativeObject<NativeFrame>(env, thiz)); in Java_android_filterfw_core_NativeFrame_nativeDeallocate()
59 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_setNativeData()
76 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_getNativeData()
91 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_getNativeBuffer()
102 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_setNativeInts()
120 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_getNativeInts()
136 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_setNativeFloats()
154 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_getNativeFloats()
172 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_setNativeBitmap()
222 NativeFrame* frame = ConvertFromJava<NativeFrame>(env, thiz); in Java_android_filterfw_core_NativeFrame_getNativeBitmap()
[all …]
H A Djni_native_frame.h27 Java_android_filterfw_core_NativeFrame_nativeAllocate(JNIEnv* env, jobject thiz, jint size);
30 Java_android_filterfw_core_NativeFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
42 Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env, jobject thiz, jint size);
48 Java_android_filterfw_core_NativeFrame_getNativeFloats(JNIEnv* env, jobject thiz, jint size);
52 jobject thiz,
58 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size);
65 jobject thiz,
72 jobject thiz,
78 Java_android_filterfw_core_NativeFrame_getNativeCapacity(JNIEnv* env, jobject thiz);
82 jobject thiz,
[all …]
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp122 jclass clazz = env->GetObjectClass(thiz); in JNIMediaPlayerListener()
226 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); in android_media_MediaPlayer_setDataSourceAndHeaders()
274 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); in android_media_MediaPlayer_setDataSourceFD()
292 sp<MediaPlayer> mp = getMediaPlayer(env, thiz); in android_media_MediaPlayer_setDataSourceCallback()
313 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef() argument
337 decVideoSurfaceRef(env, thiz); in setVideoSurface()
516 env, thiz, err, in android_media_MediaPlayer_setPlaybackParams()
587 env, thiz, err, in android_media_MediaPlayer_setSyncParams()
987 setMediaPlayer(env, thiz, mp); in android_media_MediaPlayer_native_setup()
994 decVideoSurfaceRef(env, thiz); in android_media_MediaPlayer_release()
[all …]
H A Dandroid_media_MediaRecorder.cpp96 jclass clazz = env->GetObjectClass(thiz); in JNIMediaRecorderListener()
165 recorder->incStrong(thiz); in setMediaRecorder()
168 old->decStrong(thiz); in setMediaRecorder()
187 sp<MediaRecorder> mr = getMediaRecorder(env, thiz); in android_media_MediaRecorder_setCamera()
204 sp<MediaRecorder> mr = getMediaRecorder(env, thiz); in android_media_MediaRecorder_setVideoSource()
654 setMediaRecorder(env, thiz, mr); in android_media_MediaRecorder_native_setup()
661 android_media_MediaRecorder_release(env, thiz); in android_media_MediaRecorder_native_finalize()
665 JNIEnv* env, jobject thiz, jobject object) { in android_media_MediaRecorder_setInputSurface() argument
759 jobject thiz, jobject jActiveMicrophones) { in android_media_MediaRecord_getActiveMicrophones() argument
797 JNIEnv *env, jobject thiz, jint direction) { in android_media_MediaRecord_setPreferredMicrophoneDirection() argument
[all …]
H A Dandroid_media_MediaHTTPConnection.cpp38 jclass clazz = env->GetObjectClass(thiz); in JMediaHTTPConnection()
42 mObject = env->NewWeakGlobalRef(thiz); in JMediaHTTPConnection()
90 conn->incStrong(thiz); in setObject()
93 old->decStrong(thiz); in setObject()
116 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_setup() argument
119 setObject(env, thiz, conn); in android_media_MediaHTTPConnection_native_setup()
123 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_finalize() argument
124 setObject(env, thiz, NULL); in android_media_MediaHTTPConnection_native_finalize()
128 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_getIMemory() argument
129 sp<JMediaHTTPConnection> conn = getObject(env, thiz); in android_media_MediaHTTPConnection_native_getIMemory()
[all …]
H A Dandroid_media_JetPlayer.cpp131 thiz, javaJetPlayerFields.nativePlayerInJavaObj); in android_media_JetPlayer_finalize()
143 android_media_JetPlayer_release(JNIEnv *env, jobject thiz) in android_media_JetPlayer_release() argument
145 android_media_JetPlayer_finalize(env, thiz); in android_media_JetPlayer_release()
156 thiz, javaJetPlayerFields.nativePlayerInJavaObj); in android_media_JetPlayer_loadFromFile()
193 thiz, javaJetPlayerFields.nativePlayerInJavaObj); in android_media_JetPlayer_loadFromFileD()
223 thiz, javaJetPlayerFields.nativePlayerInJavaObj); in android_media_JetPlayer_closeFile()
242 android_media_JetPlayer_play(JNIEnv *env, jobject thiz) in android_media_JetPlayer_play() argument
245 thiz, javaJetPlayerFields.nativePlayerInJavaObj); in android_media_JetPlayer_play()
266 android_media_JetPlayer_pause(JNIEnv *env, jobject thiz) in android_media_JetPlayer_pause() argument
269 thiz, javaJetPlayerFields.nativePlayerInJavaObj); in android_media_JetPlayer_pause()
[all …]
H A Dandroid_media_MediaExtractor.cpp324 extractor->incStrong(thiz); in setMediaExtractor()
327 old->decStrong(thiz); in setMediaExtractor()
343 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_getTrackCount() argument
375 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_getFileFormatNative() argument
447 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_advance() argument
490 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_getSampleTrackIndex() argument
512 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_getSampleTime() argument
534 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_getSampleSize() argument
739 JNIEnv *env, jobject thiz, in android_media_MediaExtractor_setDataSource() argument
789 JNIEnv *env, jobject thiz, in android_media_MediaExtractor_setDataSourceFd() argument
[all …]
H A Dandroid_mtp_MtpServer.cpp75 static inline MtpServer* getMtpServer(JNIEnv *env, jobject thiz) { in getMtpServer() argument
114 android_mtp_MtpServer_run(JNIEnv *env, jobject thiz) in android_mtp_MtpServer_run() argument
116 MtpServer* server = getMtpServer(env, thiz); in android_mtp_MtpServer_run()
124 android_mtp_MtpServer_cleanup(JNIEnv *env, jobject thiz) in android_mtp_MtpServer_cleanup() argument
128 MtpServer* server = getMtpServer(env, thiz); in android_mtp_MtpServer_cleanup()
142 MtpServer* server = getMtpServer(env, thiz); in android_mtp_MtpServer_send_object_added()
154 MtpServer* server = getMtpServer(env, thiz); in android_mtp_MtpServer_send_object_removed()
166 MtpServer* server = getMtpServer(env, thiz); in android_mtp_MtpServer_send_object_info_changed()
178 MtpServer* server = getMtpServer(env, thiz); in android_mtp_MtpServer_send_device_property_changed()
190 MtpServer* server = getMtpServer(env, thiz); in android_mtp_MtpServer_add_storage()
[all …]
/aosp14/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp89 T get(JNIEnv *env, jobject thiz) { in get() argument
350 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_load_FD()
359 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_unload()
370 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_play()
386 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_pause()
395 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_resume()
404 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_autoPause()
413 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_autoResume()
422 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_stop()
432 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_setVolume()
[all …]
/aosp14/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp403 setVisualizer(env, thiz, 0); in android_media_visualizer_native_setup()
456 setVisualizer(env, thiz, lpVisualizer); in android_media_visualizer_native_setup()
478 env->SetLongField(thiz, fields.fidJniData, 0); in android_media_visualizer_native_setup()
500 env->SetLongField(thiz, fields.fidJniData, 0); in android_media_visualizer_native_release()
525 android_media_visualizer_native_release(env, thiz); in android_media_visualizer_native_finalize()
532 sp<Visualizer> lpVisualizer = getVisualizer(env, thiz); in android_media_visualizer_native_setEnabled()
541 thiz, fields.fidJniData); in android_media_visualizer_native_setEnabled()
553 sp<Visualizer> lpVisualizer = getVisualizer(env, thiz); in android_media_visualizer_native_getEnabled()
586 sp<Visualizer> lpVisualizer = getVisualizer(env, thiz); in android_media_visualizer_native_setCaptureSize()
597 sp<Visualizer> lpVisualizer = getVisualizer(env, thiz); in android_media_visualizer_native_getCaptureSize()
[all …]

1234