Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp386 const jchar* descriptorChars = env->GetStringChars(descriptor, nullptr); in getInterfaceDescriptor() local
387 const char16_t* rawDescriptor = reinterpret_cast<const char16_t*>(descriptorChars); in getInterfaceDescriptor()
390 env->ReleaseStringChars(descriptor, descriptorChars); in getInterfaceDescriptor()