Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DBpBinder.h127 bool isDescriptorCached() const;
/frameworks/native/libs/binder/
DBpBinder.cpp151 bool BpBinder::isDescriptorCached() const { in isDescriptorCached() function in android::BpBinder
158 if (isDescriptorCached() == false) { in getInterfaceDescriptor()