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

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp139 static volatile int32_t gNumRefsCreated = 0; variable
146 int old = android_atomic_inc(&gNumRefsCreated);
148 android_atomic_and(0, &gNumRefsCreated);
929 android_atomic_and(0, &gNumRefsCreated);

Completed in 1023 milliseconds