Searched refs:gNumProxies (Results 1 – 1 of 1) sorted by relevance
159 static int32_t gNumProxies = 0; variable677 ++gNumProxies; in javaObjectForIBinder()678 if (gNumProxies >= gProxiesWarned + PROXY_WARN_INTERVAL) { in javaObjectForIBinder()679 ALOGW("Unexpectedly many live BinderProxies: %d\n", gNumProxies); in javaObjectForIBinder()680 gProxiesWarned = gNumProxies; in javaObjectForIBinder()963 return gNumProxies; in android_os_Debug_getProxyObjectCount()1378 --gNumProxies; in BinderProxy_destroy()