Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/include/hwbinder/
H A DBpHwBinder.h114 bool isDescriptorCached() const;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h182 bool isDescriptorCached() const;
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp201 bool BpBinder::isDescriptorCached() const { in isDescriptorCached() function in android::BpBinder
208 if (isDescriptorCached() == false) { in getInterfaceDescriptor()