Searched defs:gNumRefsCreated (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp159 static volatile int32_t gNumRefsCreated = 0; variable
166 int old = android_atomic_inc(&gNumRefsCreated);
168 android_atomic_and(0, &gNumRefsCreated);
893 android_atomic_and(0, &gNumRefsCreated);

Completed in 26 milliseconds