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 - 2
of
2
) sorted by null
/frameworks/base/libs/utils/
RefBase.cpp
358
if ((refs->mFlags&
OBJECT_LIFETIME_MASK
) == OBJECT_LIFETIME_STRONG) {
430
if ((impl->mFlags&
OBJECT_LIFETIME_MASK
) == OBJECT_LIFETIME_WEAK) {
562
if ((mRefs->mFlags &
OBJECT_LIFETIME_MASK
) != OBJECT_LIFETIME_STRONG) {
/frameworks/base/include/utils/
RefBase.h
130
OBJECT_LIFETIME_MASK
= 0x0001
Completed in 85 milliseconds