Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
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()
/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
DIBpcTestServiceCmdService.aidl22 int getBinderProxyCount(int uid); in getBinderProxyCount() method
/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
DBpcTestServiceCmdService.java53 public int getBinderProxyCount(int uid) {
/frameworks/native/libs/binder/include/binder/
DBpBinder.h73 static uint32_t getBinderProxyCount(uint32_t uid);
/frameworks/native/libs/binder/
DBpBinder.cpp435 uint32_t BpBinder::getBinderProxyCount(uint32_t uid) in getBinderProxyCount() function in android::BpBinder
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1097 return static_cast<jint>(BpBinder::getBinderProxyCount(static_cast<uint32_t>(uid))); in android_os_BinderInternal_getBinderProxyCount()