Home
last modified time | relevance | path

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

/cts/common/device-side/util/jni/
Dandroid_cts_CpuFeatures.cpp25 jboolean android_cts_CpuFeatures_isArmCpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isArmCpu() argument
31 jboolean android_cts_CpuFeatures_isX86Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isX86Cpu() argument
37 jboolean android_cts_CpuFeatures_isArm64Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isArm64Cpu() argument
43 jboolean android_cts_CpuFeatures_isX86_64Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isX86_64Cpu() argument
54 jboolean android_cts_CpuFeatures_isNativeBridgedCpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isNativeBridgedCpu() argument
Dandroid_cts_FileUtils.cpp48 jboolean android_cts_FileUtils_getFileStatus(JNIEnv* env, jobject thiz, in android_cts_FileUtils_getFileStatus() argument
80 jstring android_cts_FileUtils_getUserName(JNIEnv* env, jobject thiz, in android_cts_FileUtils_getUserName() argument
87 jstring android_cts_FileUtils_getGroupName(JNIEnv* env, jobject thiz, in android_cts_FileUtils_getGroupName() argument
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp108 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder(JNIEnv *env, jobject thiz, j… in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder() argument
115 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getBufferFrameCountN() argument
120 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN() argument
127 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN() argument
137 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_teardownStreamN() argument
142 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_startStreamN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_startStreamN() argument
149 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopN() argument
156 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN() argument
163 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getNumBufferFramesN() argument
170 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN(JNIEnv *env, jobject thiz, jl… in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN() argument
DNativeAudioSink.cpp29 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_initN(JNIEnv * env , jobject thiz, in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_initN() argument
39 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_startN(JNIEnv *env, jobject thiz, jlong nativ… in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_startN() argument
45 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_stopN(JNIEnv *env, jobject thiz, jlong native… in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_stopN() argument
52 JNIEnv *env, jobject thiz, jlong native_sink_ptr, in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_pushN() argument
DAppCallbackAudioSink.cpp95 JNIEnv *env, jobject thiz, jobject callback_obj) { in Java_org_hyphonate_megaaudio_recorder_sinks_AppCallbackAudioSinkProvider_allocOboeSinkN() argument
102 JNIEnv *env, jobject thiz, jlong oboe_sink) { in Java_org_hyphonate_megaaudio_recorder_sinks_AppCallbackAudioSinkProvider_releaseJNIResourcesN() argument
/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() argument
55 static jint get_number_b_via_proxy(JNIEnv *env, jobject thiz) { in get_number_b_via_proxy() argument
59 static jint get_number_a_from_provider(JNIEnv *env, jobject thiz) { in get_number_a_from_provider() argument
63 static jint get_number_b_from_provider(JNIEnv *env, jobject thiz) { in get_number_b_from_provider() argument
73 static jint get_abi_bitness(JNIEnv* env, jobject thiz) { in get_abi_bitness() argument
77 static jint add(JNIEnv *env, jobject thiz, jint a, jint b) { in add() argument
83 static jstring arch(JNIEnv *env, jobject thiz) { in arch() argument
87 static jint sub(JNIEnv* env, jobject thiz, jint a, jint b) { in sub() argument
/cts/apps/CtsVerifier/jni/megaaudio/player/
DNativeAudioSource.cpp30 JNIEnv *env, jobject thiz, jlong native_source_ptr, jint num_frames, jint num_chans) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_initN() argument
36 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_resetN() argument
42 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_triggerN() argument
49 JNIEnv *env, jobject thiz, jlong native_source_ptr, in Java_org_hyphonate_megaaudio_player_NativeAudioSource_pullN() argument
DOboePlayer.cpp155 JNIEnv *env, jobject thiz, jlong native_audio_source, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer() argument
161 JNIEnv *env, jobject thiz, jlong native_player, in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN() argument
169 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_teardownStreamN() argument
176 JNIEnv *env, jobject thiz, jlong native_player, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_startStreamN() argument
182 Java_org_hyphonate_megaaudio_player_OboePlayer_stopN(JNIEnv *env, jobject thiz, jlong native_player… in Java_org_hyphonate_megaaudio_player_OboePlayer_stopN() argument
188 Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN(JNIEnv *env, jobject thiz, jlo… in Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN() argument
192 …onate_megaaudio_player_OboePlayer_getRoutedDeviceIdN(JNIEnv *env, jobject thiz, jlong native_playe… in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN() argument
196 …_hyphonate_megaaudio_player_OboePlayer_getTimestampN(JNIEnv *env, jobject thiz, jlong native_playe… in Java_org_hyphonate_megaaudio_player_OboePlayer_getTimestampN() argument
DSilenceAudioSource.cpp34 JNIEnv *env, jobject thiz) { in Java_org_hyphonate_megaaudio_player_sources_SilenceAudioSourceProvider_allocNativeSource() argument
DSinAudioSource.cpp35 JNIEnv *env, jobject thiz) { in Java_org_hyphonate_megaaudio_player_sources_SinAudioSourceProvider_allocNativeSource() argument
DNoiseAudioSource.cpp43 JNIEnv *env, jobject thiz) { in Java_com_android_smoke_megaplayer_sources_NoiseAudioSourceProvider_native_1getNativeSource() argument
DBlipAudioSource.cpp59 JNIEnv *env, jobject thiz) { in Java_com_android_cts_verifier_audio_sources_BlipAudioSourceProvider_allocNativeSource() argument
/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() argument
55 static jint get_number_a_via_proxy(JNIEnv* env, jobject thiz) { in get_number_a_via_proxy() argument
59 static jint get_number_b_via_proxy(JNIEnv* env, jobject thiz) { in get_number_b_via_proxy() argument
63 static jint get_number_a_from_provider(JNIEnv* env, jobject thiz) { in get_number_a_from_provider() argument
67 static jint get_number_b_from_provider(JNIEnv* env, jobject thiz) { in get_number_b_from_provider() argument
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp67 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onAvailable() local
68 std::lock_guard<std::mutex> lock(thiz->mMutex); in onAvailable()
69 thiz->mOnAvailableCount++; in onAvailable()
70 thiz->mAvailableMap[cameraId] = true; in onAvailable()
79 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onUnavailable() local
80 std::lock_guard<std::mutex> lock(thiz->mMutex); in onUnavailable()
81 thiz->mOnUnavailableCount++; in onUnavailable()
82 thiz->mAvailableMap[cameraId] = false; in onUnavailable()
92 CameraServiceListener* thiz = reinterpret_cast<CameraServiceListener*>(obj); in onCameraAccessPrioritiesChanged() local
93 std::lock_guard<std::mutex> lock(thiz->mMutex); in onCameraAccessPrioritiesChanged()
[all …]
/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() argument
40 (void)thiz; 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() argument
24 (void) 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
121 thiz->handleImageAvailable(); in onImageAvailable()
/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() argument
Dandroid_os_cts_SPMITest.cpp29 jboolean android_os_cts_SPMITest_leakPointer(JNIEnv *env, jobject thiz) { in android_os_cts_SPMITest_leakPointer() argument
Dandroid_os_cts_TaggedPointer.cpp35 jboolean android_os_cts_TaggedPointer_hasTaggedPointer(JNIEnv* env, jobject thiz) in android_os_cts_TaggedPointer_hasTaggedPointer() argument
Dandroid_os_cts_SeccompTest.cpp29 JNIEnv* env, jobject thiz __unused, jstring name) { in android_security_cts_SeccompBpfTest_runKernelUnitTest()
Dandroid_os_cts_OSFeatures.cpp34 jint android_os_cts_OSFeatures_prctlCapBsetRead(JNIEnv* env, jobject thiz, jint i) in android_os_cts_OSFeatures_prctlCapBsetRead() argument
/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() argument
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp28 jfloatArray com_android_cts_verifier_camera_its_computeStatsImage(JNIEnv* env, jobject thiz, in com_android_cts_verifier_camera_its_computeStatsImage() argument
/cts/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp435 ImageReaderTestCase* thiz = reinterpret_cast<ImageReaderTestCase*>(obj); in onImageAvailable() local
436 thiz->HandleImageAvailable(reader); in onImageAvailable()