Searched refs:getBinderProxyCount (Results 1 – 6 of 6) sorted by relevance
232 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()
22 int getBinderProxyCount(int uid); in getBinderProxyCount() method
53 public int getBinderProxyCount(int uid) {
73 static uint32_t getBinderProxyCount(uint32_t uid);
435 uint32_t BpBinder::getBinderProxyCount(uint32_t uid) in getBinderProxyCount() function in android::BpBinder
1097 return static_cast<jint>(BpBinder::getBinderProxyCount(static_cast<uint32_t>(uid))); in android_os_BinderInternal_getBinderProxyCount()