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
449
fGlobalRefCnt
= 0;
467
fGlobalRefCnt
= 0;
509
if (fOnJavaHeap && sk_atomic_inc(&
fGlobalRefCnt
) == 0) {
538
if (fOnJavaHeap && sk_atomic_dec(&
fGlobalRefCnt
) == 1) {
GraphicsJNI.h
133
mutable int32_t
fGlobalRefCnt
;
Completed in 180 milliseconds