Home
last modified time | relevance | path

Searched refs:setCountByUidEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DBpBinder.h77 static void setCountByUidEnabled(bool enable);
/frameworks/native/libs/binder/
DBpBinder.cpp458 void BpBinder::setCountByUidEnabled(bool enable) { sCountByUidEnabled.store(enable); } in setCountByUidEnabled() function in android::BpBinder
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1080 BpBinder::setCountByUidEnabled((bool) enable); in android_os_BinderInternal_setBinderProxyCountEnabled()