Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp62 std::atomic<uint32_t> BpBinder::sBinderProxyCountWarned(0); member in android::BpBinder
214 uint32_t numLastWarned = sBinderProxyCountWarned.load(std::memory_order_relaxed); in create()
219 if (sBinderProxyCountWarned.compare_exchange_strong(numLastWarned, in create()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h216 static std::atomic<uint32_t> sBinderProxyCountWarned; variable