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 - 3
of
3
) sorted by null
/frameworks/native/libs/utils/
RefBase.cpp
349
if ((refs->mFlags&
OBJECT_LIFETIME_MASK
) == OBJECT_LIFETIME_STRONG) {
421
if ((impl->mFlags&
OBJECT_LIFETIME_MASK
) == OBJECT_LIFETIME_WEAK) {
594
if ((mRefs->mFlags &
OBJECT_LIFETIME_MASK
) != OBJECT_LIFETIME_STRONG) {
/frameworks/native/include/utils/
RefBase.h
135
OBJECT_LIFETIME_MASK
= 0x0001
/frameworks/rs/server/
RefBase.h
130
OBJECT_LIFETIME_MASK
= 0x0001
Completed in 99 milliseconds