Searched refs:getBinderProxyCount (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
H A DIBpcTestServiceCmdService.aidl22 int getBinderProxyCount(int uid);
/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderProxyCountingTest.java232 int baseBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid);
268 int baseBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid);
310 int currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid);
315 currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid);
327 currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid);
332 currentBinderCount = sBpcTestServiceCmdService.getBinderProxyCount(sTestPkgUid);
/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
H A DBpcTestServiceCmdService.java53 public int getBinderProxyCount(int uid) {
/frameworks/native/include/binder/
H A DBpBinder.h69 static uint32_t getBinderProxyCount(uint32_t uid);
/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h69 static uint32_t getBinderProxyCount(uint32_t uid);
/frameworks/native/libs/binder/
H A DBpBinder.cpp432 uint32_t BpBinder::getBinderProxyCount(uint32_t uid) function in class:android::BpBinder
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1053 return static_cast<jint>(BpBinder::getBinderProxyCount(static_cast<uint32_t>(uid)));

Completed in 156 milliseconds