OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJECT_LIFETIME_MASK
(Results
1 - 4
of
4
) sorted by null
/system/core/libutils/
RefBase.cpp
348
if ((refs->mFlags&
OBJECT_LIFETIME_MASK
) == OBJECT_LIFETIME_STRONG) {
420
if ((impl->mFlags&
OBJECT_LIFETIME_MASK
) == OBJECT_LIFETIME_WEAK) {
593
if ((mRefs->mFlags &
OBJECT_LIFETIME_MASK
) != OBJECT_LIFETIME_STRONG) {
/frameworks/rs/cpp/util/
RefBase.h
131
OBJECT_LIFETIME_MASK
= 0x0001
/frameworks/rs/server/
RefBase.h
130
OBJECT_LIFETIME_MASK
= 0x0001
/system/core/include/utils/
RefBase.h
135
OBJECT_LIFETIME_MASK
= 0x0001
Completed in 1121 milliseconds