Home
last modified time | relevance | path

Searched refs:setBinderProxyCountWatermarks (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/tests/unit_fuzzers/
DBpBinderFuzzFunctions.h105 bpbinder->setBinderProxyCountWatermarks(high, low);
/frameworks/native/libs/binder/include/binder/
DBpBinder.h92 static void setBinderProxyCountWatermarks(int high, int low);
/frameworks/native/libs/binder/
DBpBinder.cpp552 void BpBinder::setBinderProxyCountWatermarks(int high, int low) { in setBinderProxyCountWatermarks() function in android::BpBinder
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1206 BpBinder::setBinderProxyCountWatermarks(high, low); in android_os_BinderInternal_setBinderProxyCountWatermarks()