Searched refs:AttachCurrentThread (Results 1 – 10 of 10) sorted by relevance
/cts/hostsidetests/adpf/app/hintsession/src/cpp/ |
D | JNIManager.h | 41 JNIEnv* env = AttachCurrentThread(); in ~JNIManager() 48 JNIEnv* AttachCurrentThread() { in AttachCurrentThread() function 52 vm->AttachCurrentThread(&env, NULL); in AttachCurrentThread()
|
D | JNIManager.cpp | 26 JNIEnv* env = manager.AttachCurrentThread(); in sendResultsToJava()
|
/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
D | AppCallbackAudioSink.cpp | 37 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/ |
D | utilities.cpp | 72 jint attach = vm->AttachCurrentThread(&result, nullptr); in GetEnv()
|
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | JavaSourceProxy.cpp | 70 /*int rs = */sJVM->AttachCurrentThread(&env, NULL); in attachToJVM()
|
D | OboePlayer.cpp | 153 mJvm->AttachCurrentThread(&env, NULL); in getJavaTimestamp()
|
/cts/apps/CtsVerifier/jni/midi/ |
D | MidiTestManager.cpp | 458 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/ |
D | android_virtualdevice_cts_camera_util_NativeCameraManager.cc | 75 int err = jvm->AttachCurrentThread(&env, /*thr_ags=*/nullptr); in executeInJvm()
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | utils.cpp | 334 jint attach = vm->AttachCurrentThread(&env, nullptr); in getJNIEnv()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 93 (*jvm)->AttachCurrentThread(jvm, &env, NULL); in jni_attach_thread()
|