Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp380 const jchar* descriptorChars = env->GetStringChars(descriptor, nullptr); in getInterfaceDescriptor() local
381 const char16_t* rawDescriptor = reinterpret_cast<const char16_t*>(descriptorChars); in getInterfaceDescriptor()
384 env->ReleaseStringChars(descriptor, descriptorChars); in getInterfaceDescriptor()