Searched refs:mDescriptorCache (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DBpBinder.h131 mutable String16 mDescriptorCache; member in class:android::BpBinder
/frameworks/native/libs/binder/
H A DBpBinder.cpp153 return mDescriptorCache.size() ? true : false;
166 // mDescriptorCache could have been assigned while the lock was
168 if (mDescriptorCache.size() == 0)
169 mDescriptorCache = res;
177 return mDescriptorCache;
/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h131 mutable String16 mDescriptorCache; member in class:android::BpBinder

Completed in 10 milliseconds