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

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp148 static volatile int32_t gNumRefsCreated = 0; variable
155 int old = android_atomic_inc(&gNumRefsCreated);
157 android_atomic_and(0, &gNumRefsCreated);
906 android_atomic_and(0, &gNumRefsCreated);

Completed in 100 milliseconds