Home
last modified time | relevance | path

Searched refs:sBinderProxyThrottleCreate (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp44 bool BpBinder::sBinderProxyThrottleCreate = false; member in android::BpBinder
118 if (sBinderProxyThrottleCreate) { in create()
139 if (sBinderProxyThrottleCreate) { in create()
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h199 static bool sBinderProxyThrottleCreate; variable