OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDescriptorCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/binder/
BpBinder.h
117
mutable String16
mDescriptorCache
;
/frameworks/native/libs/binder/
BpBinder.cpp
104
return
mDescriptorCache
.size() ? true : false;
117
//
mDescriptorCache
could have been assigned while the lock was
119
if (
mDescriptorCache
.size() == 0)
120
mDescriptorCache
= res;
128
return
mDescriptorCache
;
Completed in 40 milliseconds