Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/libultrahdr/java/jni/
H A Dultrahdr-jni.cpp72 Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_init(JNIEnv *env, jobject thiz) { in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_init()
85 Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_destroy(JNIEnv *env, jobject thiz) { in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_destroy()
95 JNIEnv *env, jobject thiz, jintArray rgb_buff, jint width, jint height, jint rgb_stride, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3IIIIIIIII()
120 JNIEnv *env, jobject thiz, jlongArray rgb_buff, jint width, jint height, jint rgb_stride, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3JIIIIIIII()
145 JNIEnv *env, jobject thiz, jshortArray y_buff, jshortArray uv_buff, jint width, jint height, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3S_3SIIIIIIIII()
176 JNIEnv *env, jobject thiz, jbyteArray y_buff, jbyteArray u_buff, jbyteArray v_buff, jint width, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3B_3B_3BIIIIIIIIII()
212 JNIEnv *env, jobject thiz, jbyteArray data, jint size, jint color_gamut, jint color_transfer, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setCompressedImageNative()
236 JNIEnv *env, jobject thiz, jbyteArray data, jint size, jfloat max_content_boost, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setGainMapImageInfoNative()
262 Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setExifDataNative(JNIEnv *env, jobject thiz, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setExifDataNative()
280 jobject thiz, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setQualityFactorNative()
[all …]
/aosp_15_r20/frameworks/wilhelm/src/
H A Dlocks.h37 #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 …]
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()
97 unsigned handler_AudioRecorder_transport(IObject *thiz) in handler_AudioRecorder_transport()
106 unsigned handler_MediaPlayer_transport(IObject *thiz) in handler_MediaPlayer_transport()
[all …]
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp117 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
168 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
175 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
193 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
223 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
272 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
290 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback()
307 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
313 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef()
327 setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive) in setVideoSurface()
[all …]
H A Dandroid_media_MediaRecorder.cpp91 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
153 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
160 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
175 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
197 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource()
213 android_media_MediaRecorder_setAudioSource(JNIEnv *env, jobject thiz, jint as) in android_media_MediaRecorder_setAudioSource()
231 android_media_MediaRecorder_setPrivacySensitive(JNIEnv *env, jobject thiz, jboolean privacySensitiv… in android_media_MediaRecorder_setPrivacySensitive()
245 android_media_MediaRecorder_isPrivacySensitive(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_isPrivacySensitive()
261 android_media_MediaRecorder_setOutputFormat(JNIEnv *env, jobject thiz, jint of) in android_media_MediaRecorder_setOutputFormat()
277 android_media_MediaRecorder_setVideoEncoder(JNIEnv *env, jobject thiz, jint ve) in android_media_MediaRecorder_setVideoEncoder()
[all …]
H A Dandroid_media_MediaExtractor.cpp62 JMediaExtractor::JMediaExtractor(JNIEnv *env, jobject thiz) in JMediaExtractor()
319 JNIEnv *env, jobject thiz, const sp<JMediaExtractor> &extractor) { in setMediaExtractor()
334 static sp<JMediaExtractor> getMediaExtractor(JNIEnv *env, jobject thiz) { in getMediaExtractor()
338 static void android_media_MediaExtractor_release(JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_release()
343 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_getTrackCount()
355 JNIEnv *env, jobject thiz, jint index) { in android_media_MediaExtractor_getTrackFormatNative()
375 JNIEnv *env, jobject thiz) { in android_media_MediaExtractor_getFileFormatNative()
395 JNIEnv *env, jobject thiz, jint index) { in android_media_MediaExtractor_selectTrack()
412 JNIEnv *env, jobject thiz, jint index) { in android_media_MediaExtractor_unselectTrack()
429 JNIEnv *env, jobject thiz, jlong timeUs, jint mode) { in android_media_MediaExtractor_seekTo()
[all …]
H A Dandroid_mtp_MtpDevice.cpp288 android_mtp_MtpDevice_open(JNIEnv *env, jobject thiz, jstring deviceName, jint fd) in android_mtp_MtpDevice_open()
309 android_mtp_MtpDevice_close(JNIEnv *env, jobject thiz) in android_mtp_MtpDevice_close()
320 android_mtp_MtpDevice_get_device_info(JNIEnv *env, jobject thiz) in android_mtp_MtpDevice_get_device_info()
404 android_mtp_MtpDevice_set_device_property_init_version(JNIEnv *env, jobject thiz, in android_mtp_MtpDevice_set_device_property_init_version()
437 android_mtp_MtpDevice_get_storage_ids(JNIEnv *env, jobject thiz) in android_mtp_MtpDevice_get_storage_ids()
456 android_mtp_MtpDevice_get_storage_info(JNIEnv *env, jobject thiz, jint storageID) in android_mtp_MtpDevice_get_storage_info()
490 android_mtp_MtpDevice_get_object_handles(JNIEnv *env, jobject thiz, in android_mtp_MtpDevice_get_object_handles()
510 android_mtp_MtpDevice_get_object_info(JNIEnv *env, jobject thiz, jint objectID) in android_mtp_MtpDevice_get_object_info()
543 android_mtp_MtpDevice_get_object(JNIEnv *env, jobject thiz, jint objectID, jlong objectSizeLong) in android_mtp_MtpDevice_get_object()
571 jobject thiz, in android_mtp_MtpDevice_get_partial_object()
[all …]
H A Dandroid_media_MediaSync.cpp124 static sp<JMediaSync> setMediaSync(JNIEnv *env, jobject thiz, const sp<JMediaSync> &sync) { in setMediaSync()
138 static sp<JMediaSync> getMediaSync(JNIEnv *env, jobject thiz) { in getMediaSync()
142 static void android_media_MediaSync_release(JNIEnv *env, jobject thiz) { in android_media_MediaSync_release()
171 JNIEnv *env, jobject thiz, jobject jsurface) { in android_media_MediaSync_native_setSurface()
204 JNIEnv *env, jobject thiz, jobject jaudioTrack) { in android_media_MediaSync_native_setAudioTrack()
235 JNIEnv* env, jobject thiz) { in android_media_MediaSync_createInputSurface()
258 JNIEnv *env, jobject thiz, jint sizeInBytes, jlong presentationTimeUs) { in android_media_MediaSync_native_updateQueuedAudioData()
273 JNIEnv *env, jobject thiz, jobject timestamp) { in android_media_MediaSync_native_getTimestamp()
301 JNIEnv *env, jobject thiz) { in android_media_MediaSync_native_getPlayTimeForPendingAudioFrames()
316 JNIEnv *env, jobject thiz, jobject params) { in android_media_MediaSync_setPlaybackParams()
[all …]
/aosp_15_r20/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
290 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_SetReflectionsLevel() local
319 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; in IEnvironmentalReverb_GetReflectionsLevel() 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
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 …]
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
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 …]
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 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
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 …]
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 …]
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp231 sp<AudioTrack> getAudioTrack(JNIEnv* env, jobject thiz) { in getAudioTrack()
243 static jint android_media_AudioTrack_setup(JNIEnv *env, jobject thiz, jobject weak_this, in android_media_AudioTrack_setup()
503 android_media_AudioTrack_is_direct_output_supported(JNIEnv *env, jobject thiz, in android_media_AudioTrack_is_direct_output_supported()
521 android_media_AudioTrack_start(JNIEnv *env, jobject thiz) in android_media_AudioTrack_start()
536 android_media_AudioTrack_stop(JNIEnv *env, jobject thiz) in android_media_AudioTrack_stop()
551 android_media_AudioTrack_pause(JNIEnv *env, jobject thiz) in android_media_AudioTrack_pause()
566 android_media_AudioTrack_flush(JNIEnv *env, jobject thiz) in android_media_AudioTrack_flush()
580 android_media_AudioTrack_set_volume(JNIEnv *env, jobject thiz, jfloat leftVol, jfloat rightVol ) in android_media_AudioTrack_set_volume()
594 static void android_media_AudioTrack_release(JNIEnv *env, jobject thiz) { in android_media_AudioTrack_release()
601 static void android_media_AudioTrack_finalize(JNIEnv *env, jobject thiz) { in android_media_AudioTrack_finalize()
[all …]
H A Dandroid_os_HwParcel.cpp156 JNIEnv *env, jobject thiz, const sp<JHwParcel> &context) { in SetNativeContext()
173 sp<JHwParcel> JHwParcel::GetNativeContext(JNIEnv *env, jobject thiz) { in GetNativeContext()
177 JHwParcel::JHwParcel(JNIEnv *env, jobject thiz) in JHwParcel()
263 JNIEnv *env, jobject thiz, jboolean allocate) { in JHwParcel_native_setup()
274 JNIEnv *env, jobject thiz, jstring interfaceNameObj) { in JHwParcel_native_writeInterfaceToken()
298 JNIEnv *env, jobject thiz, jstring interfaceNameObj) { in JHwParcel_native_enforceInterface()
373 JNIEnv *env, jobject thiz, jint statusCode) { in JHwParcel_native_writeStatus()
395 static void JHwParcel_native_verifySuccess(JNIEnv *env, jobject thiz) { in JHwParcel_native_verifySuccess()
411 JNIEnv *env, jobject thiz) { in JHwParcel_native_release()
416 JNIEnv *env, jobject thiz) { in JHwParcel_native_releaseTemporaryStorage()
[all …]
H A Dandroid_media_AudioRecord.cpp137 static sp<AudioRecord> getAudioRecord(JNIEnv* env, jobject thiz) in getAudioRecord()
143 static jint android_media_AudioRecord_setup(JNIEnv *env, jobject thiz, jobject weak_this, in android_media_AudioRecord_setup()
318 android_media_AudioRecord_start(JNIEnv *env, jobject thiz, jint event, jint triggerSession) in android_media_AudioRecord_start()
333 android_media_AudioRecord_stop(JNIEnv *env, jobject thiz) in android_media_AudioRecord_stop()
349 static void android_media_AudioRecord_release(JNIEnv *env, jobject thiz) { in android_media_AudioRecord_release()
357 static void android_media_AudioRecord_finalize(JNIEnv *env, jobject thiz) { in android_media_AudioRecord_finalize()
405 static jint android_media_AudioRecord_readInArray(JNIEnv *env, jobject thiz, in android_media_AudioRecord_readInArray()
447 static jint android_media_AudioRecord_readInDirectBuffer(JNIEnv *env, jobject thiz, in android_media_AudioRecord_readInDirectBuffer()
480 static jint android_media_AudioRecord_get_buffer_size_in_frames(JNIEnv *env, jobject thiz) { in android_media_AudioRecord_get_buffer_size_in_frames()
491 static jint android_media_AudioRecord_set_marker_pos(JNIEnv *env, jobject thiz, in android_media_AudioRecord_set_marker_pos()
[all …]
H A Dandroid_media_AudioSystem.cpp319 JNIAudioPortCallback::JNIAudioPortCallback(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIAudioPortCallback()
377 jobject thiz, in setJniCallback()
454 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on) in android_media_AudioSystem_muteMicrophone()
460 android_media_AudioSystem_isMicrophoneMuted(JNIEnv *env, jobject thiz) in android_media_AudioSystem_isMicrophoneMuted()
468 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs) in android_media_AudioSystem_isStreamActive()
476 android_media_AudioSystem_isStreamActiveRemotely(JNIEnv *env, jobject thiz, jint stream, in android_media_AudioSystem_isStreamActiveRemotely()
485 android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source) in android_media_AudioSystem_isSourceActive()
493 android_media_AudioSystem_newAudioSessionId(JNIEnv *env, jobject thiz) in android_media_AudioSystem_newAudioSessionId()
499 android_media_AudioSystem_newAudioPlayerId(JNIEnv *env, jobject thiz) in android_media_AudioSystem_newAudioPlayerId()
506 android_media_AudioSystem_newAudioRecorderId(JNIEnv *env, jobject thiz) in android_media_AudioSystem_newAudioRecorderId()
[all …]
H A Dandroid_hardware_Camera.cpp135 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) in get_native_camera()
549 static jint android_hardware_Camera_getNumberOfCameras(JNIEnv *env, jobject thiz, in android_hardware_Camera_getNumberOfCameras()
561 static void android_hardware_Camera_getCameraInfo(JNIEnv *env, jobject thiz, jint cameraId, in android_hardware_Camera_getCameraInfo()
596 static jint android_hardware_Camera_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, in android_hardware_Camera_native_setup()
683 static void android_hardware_Camera_release(JNIEnv *env, jobject thiz) in android_hardware_Camera_release()
713 static void android_hardware_Camera_setPreviewSurface(JNIEnv *env, jobject thiz, jobject jSurface)
738 jobject thiz, jobject jSurfaceTexture)
771 jobject thiz, jobject jSurface)
808 static void android_hardware_Camera_startPreview(JNIEnv *env, jobject thiz)
820 static void android_hardware_Camera_stopPreview(JNIEnv *env, jobject thiz)
[all …]
H A Dandroid_graphics_SurfaceTexture.cpp82 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture()
96 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
111 jobject thiz, sp<SurfaceTexture::FrameAvailableListener> listener) in SurfaceTexture_setFrameAvailableListener()
125 sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture()
129 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer()
133 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf()
259 static void SurfaceTexture_init(JNIEnv* env, jobject thiz, jboolean isDetached, jint texName, in SurfaceTexture_init()
343 static void SurfaceTexture_finalize(JNIEnv* env, jobject thiz) in SurfaceTexture_finalize()
357 JNIEnv* env, jobject thiz, jint width, jint height) { in SurfaceTexture_setDefaultBufferSize()
362 static void SurfaceTexture_updateTexImage(JNIEnv* env, jobject thiz) in SurfaceTexture_updateTexImage()
[all …]
/aosp_15_r20/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp45 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 …]
H A Djni_native_program.cpp30 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 …]
H A Djni_shader_program.cpp39 jobject thiz, in Java_android_filterfw_core_ShaderProgram_allocate()
59 jboolean Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_deallocate()
63 jboolean Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_compileAndLink()
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()
173 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput()
184 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setShaderBlendEnabled()
[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()
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 …]
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/recorder/
H A DOboeRecorder.cpp111 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder(JNIEnv *env, jobject thiz, j… in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder()
118 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getBufferFrameCountN()
124 JNIEnv *env, jobject thiz, jlong native_recorder, jint input_preset) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN()
130 JNIEnv *env, jobject thiz, jlong native_recorder, jint channel_count, jint sample_rate, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN()
139 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_teardownStreamN()
145 JNIEnv *env, jobject thiz, jlong native_recorder, jint recorder_subtype) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_startStreamN()
151 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopN()
157 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN()
164 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getNumBufferFramesN()
172 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN()
[all …]

12345678910>>...14