Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DBpBinderFuzzFunctions.h82 const sp<IBinder::DeathRecipient>&) -> void { bpbinder->enableCountByUid(); },
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h88 static void enableCountByUid();
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp557 void BpBinder::enableCountByUid() { sCountByUidEnabled.store(true); } in enableCountByUid() function in android::BpBinder