Home
last modified time | relevance | path

Searched refs:sBinderProxyCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DBpBinder.cpp61 std::atomic<uint32_t> BpBinder::sBinderProxyCount(0); member in android::BpBinder
212 uint32_t numProxies = sBinderProxyCount.fetch_add(1, std::memory_order_relaxed); in create()
637 uint32_t numProxies = --sBinderProxyCount; in ~BpBinder()
728 return sBinderProxyCount.load(); in getBinderProxyCount()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h215 static std::atomic<uint32_t> sBinderProxyCount; variable