Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dibinder.cpp77 const String16& newDescriptor, bool set) { in associateClassInternal() argument
83 if (newDescriptor == currentDescriptor) { in associateClassInternal()
91 << newDescriptor << "' but already set to '" << currentDescriptor << "'."; in associateClassInternal()
121 const String16& newDescriptor = clazz->getInterfaceDescriptor(); in associateClass() local
123 auto result = associateClassInternal(clazz, newDescriptor, false); in associateClass()
129 if (descriptor != newDescriptor) { in associateClass()
131 LOG(ERROR) << __func__ << ": Expecting binder to have class '" << newDescriptor in associateClass()
135 LOG(ERROR) << __func__ << ": Cannot associate class '" << newDescriptor in associateClass()
141 return associateClassInternal(clazz, newDescriptor, true).value(); in associateClass()
Dibinder_internal.h57 const ::android::String16& newDescriptor, bool set);