Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp489 jint detachResult = sJvm->DetachCurrentThread(); in ~ScopedJniThreadAttach() local
494 if (detachResult == JNI_EDETACHED) { in ~ScopedJniThreadAttach()
498 LOG_ALWAYS_FATAL_IF(detachResult != JNI_OK, "Unable to detach thread. Error %d", in ~ScopedJniThreadAttach()
499 detachResult); in ~ScopedJniThreadAttach()