Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderProxyCountingTest.java232 int baseBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid); in testBinderProxyLimitBoundary()
268 int baseBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid); in testSetBinderProxyLimit()
310 int currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid); in testRearmCallbackThreshold()
315 currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid); in testRearmCallbackThreshold()
327 currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid); in testRearmCallbackThreshold()
332 currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid); in testRearmCallbackThreshold()
/aosp14/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
H A DIBpcTestServiceCmdService.aidl22 int getBinderProxyCount(int uid); in getBinderProxyCount() method
/aosp14/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
H A DBpcTestServiceCmdService.java53 public int getBinderProxyCount(int uid) {
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1225 return static_cast<jint>(BpBinder::getBinderProxyCount(static_cast<uint32_t>(uid))); in android_os_BinderInternal_getBinderProxyCount()