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
/system/core/libutils/
RefBase.cpp
404
if ((impl->mFlags&
OBJECT_LIFETIME_WEAK
) == OBJECT_LIFETIME_STRONG) {
420
if ((impl->mFlags&OBJECT_LIFETIME_MASK) ==
OBJECT_LIFETIME_WEAK
) {
421
// this is the
OBJECT_LIFETIME_WEAK
case. The last weak-reference
453
if ((impl->mFlags&
OBJECT_LIFETIME_WEAK
) == OBJECT_LIFETIME_STRONG) {
/frameworks/native/libs/binder/
Binder.cpp
226
extendObjectLifetime(
OBJECT_LIFETIME_WEAK
);
BpBinder.cpp
97
extendObjectLifetime(
OBJECT_LIFETIME_WEAK
);
/frameworks/rs/cpp/util/
RefBase.h
130
OBJECT_LIFETIME_WEAK
= 0x0001,
/frameworks/rs/server/
RefBase.h
129
OBJECT_LIFETIME_WEAK
= 0x0001,
/system/core/include/utils/
RefBase.h
134
OBJECT_LIFETIME_WEAK
= 0x0001,
Completed in 892 milliseconds