Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dibinder.cpp78 String8 newDescriptor(clazz->getInterfaceDescriptor()); in associateClass() local
82 if (newDescriptor == currentDescriptor) { in associateClass()
90 << newDescriptor.c_str() << "' but already set to '" in associateClass()
101 if (descriptor != newDescriptor) { in associateClass()
102 LOG(ERROR) << __func__ << ": Expecting binder to have class '" << newDescriptor.c_str() in associateClass()