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

/frameworks/native/libs/binder/
H A DBpBinder.cpp39 std::atomic_bool BpBinder::sCountByUidEnabled(false);
111 if (sCountByUidEnabled) {
453 void BpBinder::enableCountByUid() { sCountByUidEnabled.store(true); }
454 void BpBinder::disableCountByUid() { sCountByUidEnabled.store(false); }
455 void BpBinder::setCountByUidEnabled(bool enable) { sCountByUidEnabled.store(enable); }
/frameworks/native/include/binder/
H A DBpBinder.h137 static std::atomic_bool sCountByUidEnabled; member in class:android::BpBinder
/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h137 static std::atomic_bool sCountByUidEnabled; member in class:android::BpBinder

Completed in 8 milliseconds