OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJECT_LIFETIME_WEAK
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/libs/binder/
Binder.cpp
278
extendObjectLifetime(
OBJECT_LIFETIME_WEAK
);
BpBinder.cpp
147
extendObjectLifetime(
OBJECT_LIFETIME_WEAK
);
/system/libhwbinder/
BpHwBinder.cpp
98
extendObjectLifetime(
OBJECT_LIFETIME_WEAK
);
/frameworks/rs/cpp/util/
RefBase.h
130
OBJECT_LIFETIME_WEAK
= 0x0001,
/system/core/libutils/
RefBase.cpp
55
//
OBJECT_LIFETIME_WEAK
changes this behavior to retain the object
84
// In the
OBJECT_LIFETIME_WEAK
case, the weakref_impl is always deallocated in
530
// This is the
OBJECT_LIFETIME_WEAK
case. The last weak-reference
697
if ((flags & OBJECT_LIFETIME_MASK) ==
OBJECT_LIFETIME_WEAK
) {
/system/core/libutils/include/utils/
RefBase.h
302
OBJECT_LIFETIME_WEAK
= 0x0001,
318
// Only called in
OBJECT_LIFETIME_WEAK
case. Returns true if OK to promote to
323
// Invoked in the
OBJECT_LIFETIME_WEAK
case when the last reference of either
Completed in 224 milliseconds