OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWeakRefs
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/binder/
ProcessState.cpp
198
if (b) e->refs = b->
getWeakRefs
();
233
if (b) e->refs = b->
getWeakRefs
();
BpBinder.cpp
194
getWeakRefs
()->incWeak(this);
IPCThreadState.cpp
[
all
...]
Parcel.cpp
170
obj.binder = local->
getWeakRefs
();
[
all
...]
/frameworks/base/include/utils/
RefBase.h
109
weakref_type*
getWeakRefs
() const;
112
inline void printRefs() const {
getWeakRefs
()->printRefs(); }
117
getWeakRefs
()->trackMe(enable, retain);
/frameworks/base/libs/utils/
RefBase.cpp
543
RefBase::weakref_type* RefBase::
getWeakRefs
() const
/frameworks/base/core/jni/
android_util_Binder.cpp
353
b.get(), b->
getWeakRefs
(), obj, b->
getWeakRefs
()->getWeakCount());
[
all
...]
Completed in 133 milliseconds