OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGlobalRefCnt
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
411
fGlobalRefCnt
= 0;
440
if (fOnJavaHeap && sk_atomic_inc(&
fGlobalRefCnt
) == 0) {
464
if (fOnJavaHeap && sk_atomic_dec(&
fGlobalRefCnt
) == 1) {
GraphicsJNI.h
108
mutable int32_t
fGlobalRefCnt
;
Completed in 15 milliseconds