Searched refs:sBinderProxyCountWarned (Results 1 – 2 of 2) sorted by relevance
62 std::atomic<uint32_t> BpBinder::sBinderProxyCountWarned(0); member in android::BpBinder214 uint32_t numLastWarned = sBinderProxyCountWarned.load(std::memory_order_relaxed); in create()219 if (sBinderProxyCountWarned.compare_exchange_strong(numLastWarned, in create()
216 static std::atomic<uint32_t> sBinderProxyCountWarned; variable