Home
last modified time | relevance | path

Searched refs:AttachCurrentThread (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DJNIManager.h41 JNIEnv* env = AttachCurrentThread(); in ~JNIManager()
48 JNIEnv* AttachCurrentThread() { in AttachCurrentThread() function
52 vm->AttachCurrentThread(&env, NULL); in AttachCurrentThread()
DJNIManager.cpp26 JNIEnv* env = manager.AttachCurrentThread(); in sendResultsToJava()
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DAppCallbackAudioSink.cpp37 int rs = mJVM->AttachCurrentThread(&env, NULL); in init()
57 int rs = mJVM->AttachCurrentThread(&env, NULL); in stop()
73 int rs = mJVM->AttachCurrentThread(&env, NULL); in push()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dutilities.cpp72 jint attach = vm->AttachCurrentThread(&result, nullptr); in GetEnv()
/cts/apps/CtsVerifier/jni/megaaudio/player/
DJavaSourceProxy.cpp70 /*int rs = */sJVM->AttachCurrentThread(&env, NULL); in attachToJVM()
DOboePlayer.cpp153 mJvm->AttachCurrentThread(&env, NULL); in getJavaTimestamp()
/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp458 mJvm->AttachCurrentThread(&env, NULL); in RunTest()
499 mJvm->AttachCurrentThread(&env, NULL); in EndTest()
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/util/jni/
Dandroid_virtualdevice_cts_camera_util_NativeCameraManager.cc75 int err = jvm->AttachCurrentThread(&env, /*thr_ags=*/nullptr); in executeInJvm()
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp334 jint attach = vm->AttachCurrentThread(&env, nullptr); in getJNIEnv()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c93 (*jvm)->AttachCurrentThread(jvm, &env, NULL); in jni_attach_thread()