Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.cpp140 ScopedUtfChars nameUtf(env, nameRef.get()); in warnIfStillLive() local
141 if (nameUtf.c_str() != NULL) { in warnIfStillLive()
144 "Releasing leaked death recipient: %s", nameUtf.c_str()); in warnIfStillLive()
H A Dandroid_util_Binder.cpp631 ScopedUtfChars nameUtf(env, nameRef.get()); in warnIfStillLive() local
632 if (nameUtf.c_str() != NULL) { in warnIfStillLive()
635 "Releasing leaked death recipient: %s", nameUtf.c_str()); in warnIfStillLive()