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
103
return
mDescriptorCache
.size() ? true : false;
116
//
mDescriptorCache
could have been assigned while the lock was
118
if (
mDescriptorCache
.size() == 0)
119
mDescriptorCache
= res;
127
return
mDescriptorCache
;
Completed in 1324 milliseconds