OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_refs
(Results
1 - 4
of
4
) sorted by null
/system/core/include/utils/
RefBase.h
247
inline weakref_type*
get_refs
() const { return m_refs; }
function in class:android::wp
503
TYPE::renameRefId(d[i].
get_refs
(), &s[i], &d[i]);
/frameworks/native/libs/binder/
Parcel.cpp
98
if (b != NULL) b.
get_refs
()->incWeak(who);
135
if (b != NULL) b.
get_refs
()->decWeak(who);
205
obj.binder = binder.
get_refs
();
[
all
...]
/frameworks/rs/cpp/util/
RefBase.h
236
inline weakref_type*
get_refs
() const { return m_refs; }
function in class:android::RSC::wp
/frameworks/rs/server/
RefBase.h
235
inline weakref_type*
get_refs
() const { return m_refs; }
function in class:android::wp
Completed in 53 milliseconds