Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp139 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder(JNIEnv *env, jobject thiz, j… in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder()
146 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getBufferFrameCountN()
152 JNIEnv *env, jobject thiz, jlong native_recorder, jint input_preset) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN()
158 JNIEnv *env, jobject thiz, jlong native_recorder, jint channel_count, jint sample_rate, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_buildStreamN()
167 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_openStreamN()
173 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_teardownStreamN()
179 JNIEnv *env, jobject thiz, jlong native_recorder, jint recorder_subtype) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_startStreamN()
185 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopStreamN()
191 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_closeStreamN()
197 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN()
[all …]
DNativeAudioSink.cpp28 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_initN(JNIEnv * env , jobject thiz, in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_initN()
36 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_startN(JNIEnv *env, jobject thiz, jlong nativ… in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_startN()
42 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_stopN(JNIEnv *env, jobject thiz, jlong native… in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_stopN()
49 JNIEnv *env, jobject thiz, jlong native_sink_ptr, in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_pushN()
DAppCallbackAudioSink.cpp92 JNIEnv *env, jobject thiz, jobject callback_obj) { in Java_org_hyphonate_megaaudio_recorder_sinks_AppCallbackAudioSinkProvider_allocOboeSinkN()
99 JNIEnv *env, jobject thiz, jlong oboe_sink) { in Java_org_hyphonate_megaaudio_recorder_sinks_AppCallbackAudioSinkProvider_releaseJNIResourcesN()
DDefaultAudioSink.cpp39 JNIEnv *env, jobject thiz) { in Java_org_hyphonate_megaaudio_recorder_sinks_NopAudioSinkProvider_allocOboeSinkN()
/cts/common/device-side/util/jni/
Dandroid_cts_CpuFeatures.cpp26 jboolean android_cts_CpuFeatures_isArmCpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isArmCpu()
35 jboolean android_cts_CpuFeatures_isX86Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isX86Cpu()
44 jboolean android_cts_CpuFeatures_isArm64Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isArm64Cpu()
53 jboolean android_cts_CpuFeatures_isRiscv64Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isRiscv64Cpu()
62 jboolean android_cts_CpuFeatures_isX86_64Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isX86_64Cpu()
76 jboolean android_cts_CpuFeatures_isNativeBridgedCpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isNativeBridgedCpu()
87 jboolean android_cts_CpuFeatures_isRiscv64MisalignedFast(JNIEnv* env, jobject thiz) { in android_cts_CpuFeatures_isRiscv64MisalignedFast()
Dandroid_cts_FileUtils.cpp48 jboolean android_cts_FileUtils_getFileStatus(JNIEnv* env, jobject thiz, in android_cts_FileUtils_getFileStatus()
80 jstring android_cts_FileUtils_getUserName(JNIEnv* env, jobject thiz, in android_cts_FileUtils_getUserName()
87 jstring android_cts_FileUtils_getGroupName(JNIEnv* env, jobject thiz, in android_cts_FileUtils_getGroupName()
/cts/apps/CtsVerifier/jni/megaaudio/player/
DOboePlayer.cpp204 JNIEnv *env, jobject thiz, jlong native_audio_source, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer()
210 JNIEnv *env, jobject thiz, jlong native_player, in Java_org_hyphonate_megaaudio_player_OboePlayer_buildStreamN()
220 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_openStreamN()
227 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_teardownStreamN()
234 JNIEnv *env, jobject thiz, jlong native_player, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_startStreamN()
240 Java_org_hyphonate_megaaudio_player_OboePlayer_stopStreamN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_player_OboePlayer_stopStreamN()
247 Java_org_hyphonate_megaaudio_player_OboePlayer_closeStreamN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_player_OboePlayer_closeStreamN()
254 Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN()
260 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN()
265 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_getSharingModeN()
[all …]
DNativeAudioSource.cpp30 JNIEnv *env, jobject thiz, jlong native_source_ptr, jint num_frames, jint num_chans) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_initN()
36 JNIEnv *env, jobject thiz, jlong native_source_ptr, jint sample_rate) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_setSampleRateN()
43 JNIEnv *env, jobject thiz, jlong native_source_ptr, jfloat freq) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_setFreqN()
50 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_resetN()
56 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_triggerN()
63 JNIEnv *env, jobject thiz, jlong native_source_ptr, in Java_org_hyphonate_megaaudio_player_NativeAudioSource_pullN()
DSinAudioSource.cpp35 JNIEnv *env, jobject thiz) { in Java_org_hyphonate_megaaudio_player_sources_SinAudioSourceProvider_allocNativeSource()
DSilenceAudioSource.cpp34 JNIEnv *env, jobject thiz) { in Java_org_hyphonate_megaaudio_player_sources_SilenceAudioSourceProvider_allocNativeSource()
DNoiseAudioSource.cpp43 JNIEnv *env, jobject thiz) { in Java_org_hyphonate_megaaudio_player_sources_NoiseAudioSourceProvider_allocNativeSource()
DBlipAudioSource.cpp59 JNIEnv *env, jobject thiz) { in Java_com_android_cts_verifier_audio_sources_BlipAudioSourceProvider_allocNativeSource()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp51 static jint get_number_a_via_proxy(JNIEnv *env, jobject thiz) { in get_number_a_via_proxy()
55 static jint get_number_b_via_proxy(JNIEnv *env, jobject thiz) { in get_number_b_via_proxy()
59 static jint get_number_a_from_provider(JNIEnv *env, jobject thiz) { in get_number_a_from_provider()
63 static jint get_number_b_from_provider(JNIEnv *env, jobject thiz) { in get_number_b_from_provider()
73 static jint get_abi_bitness(JNIEnv* env, jobject thiz) { in get_abi_bitness()
77 static jint add(JNIEnv *env, jobject thiz, jint a, jint b) { in add()
83 static jstring arch(JNIEnv *env, jobject thiz) { in arch()
87 static jint sub(JNIEnv* env, jobject thiz, jint a, jint b) { in sub()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/
Dcom_android_cts_isolatedsplitapp_Native.cpp28 static jint add(JNIEnv* env, jobject thiz, jint numA, jint numB) { in add()
55 static jint get_number_a_via_proxy(JNIEnv* env, jobject thiz) { in get_number_a_via_proxy()
59 static jint get_number_b_via_proxy(JNIEnv* env, jobject thiz) { in get_number_b_via_proxy()
63 static jint get_number_a_from_provider(JNIEnv* env, jobject thiz) { in get_number_a_from_provider()
67 static jint get_number_b_from_provider(JNIEnv* env, jobject thiz) { in get_number_b_from_provider()
/cts/tests/tests/os/jni/
Dandroid_os_cts_HardwareName.cpp21 jstring android_os_cts_HardwareName_getName(JNIEnv* env, jobject thiz) in android_os_cts_HardwareName_getName()
Dandroid_os_cts_SPMITest.cpp29 jboolean android_os_cts_SPMITest_leakPointer(JNIEnv *env, jobject thiz) { in android_os_cts_SPMITest_leakPointer()
Dandroid_os_cts_OSFeatures.cpp34 jint android_os_cts_OSFeatures_prctlCapBsetRead(JNIEnv* env, jobject thiz, jint i) in android_os_cts_OSFeatures_prctlCapBsetRead()
Dandroid_os_cts_TaggedPointer.cpp39 jboolean android_os_cts_TaggedPointer_hasTaggedPointer(JNIEnv* env, jobject thiz) in android_os_cts_TaggedPointer_hasTaggedPointer()
/cts/tests/tests/drm/jni/
Dandroid_drm_cts_NativeCodeTest.cpp29 static jboolean android_drm_cts_InstallDrmEngineTest(JNIEnv* env, jobject thiz) in android_drm_cts_InstallDrmEngineTest()
/cts/apps/CtsVerifier/jni/midi/
Dcom_android_cts_verifier_audio_midilib_NativeMidiManager.cpp38 JNIEnv* env, jobject thiz, jobject testModuleObj, jobject midiObj, jboolean throttleData) { in Java_com_android_cts_verifier_audio_midilib_NativeMidiManager_startTest()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2021_0394.cpp23 jboolean android_security_cts_cve_2021_0394_poc(JNIEnv* env, jobject thiz) { in android_security_cts_cve_2021_0394_poc()
/cts/tests/tests/graphics/jni/
DImageReaderTestHelpers.cpp120 ImageReaderHelper *thiz = reinterpret_cast<ImageReaderHelper *>(obj); in onImageAvailable() local
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp94 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onAvailable() local
106 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onUnavailable() local
119 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onCameraAccessPrioritiesChanged() local
131 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onPhysicalCameraAvailable() local
143 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onPhysicalCameraUnavailable() local
210 CameraDeviceListener* thiz = reinterpret_cast<CameraDeviceListener*>(obj); in onDisconnected() local
221 CameraDeviceListener* thiz = reinterpret_cast<CameraDeviceListener*>(obj); in onError() local
234 CameraDeviceListener* thiz = reinterpret_cast<CameraDeviceListener*>(obj); in onClientSharedAccessPriorityChanged() local
276 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onClosed() local
287 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onReady() local
[all …]
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp250 jobject thiz, in com_android_cts_verifier_camera_its_computeStatsImage()
/cts/tests/tests/media/misc/jni/
DAImageReaderCts.cpp439 ImageReaderTestCase* thiz = reinterpret_cast<ImageReaderTestCase*>(obj); in onImageAvailable() local