Home
last modified time | relevance | path

Searched refs:attachResult (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp59 jint attachResult = gJni.jvm->AttachCurrentThreadAsDaemon(&env, (void*)&args); in getJniEnv() local
60 if (attachResult != JNI_OK) { in getJniEnv()
61 ALOGE("Unable to attach thread. Error: %d", attachResult); in getJniEnv()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp483 jint attachResult = sJvm->AttachCurrentThread(&mEnv, nullptr); in ScopedJniThreadAttach() local
484 LOG_ALWAYS_FATAL_IF(attachResult != JNI_OK, "Unable to attach thread. Error %d", in ScopedJniThreadAttach()
485 attachResult); in ScopedJniThreadAttach()