HomeSort by relevance Sort by last modified time
    Searched refs:getBinderProxyCount (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
IBpcTestServiceCmdService.aidl 22 int getBinderProxyCount(int uid);
  /frameworks/base/core/tests/coretests/src/android/os/
BinderProxyCountingTest.java 232 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/
BpcTestServiceCmdService.java 53 public int getBinderProxyCount(int uid) {
  /frameworks/native/libs/binder/include/binder/
BpBinder.h 69 static uint32_t getBinderProxyCount(uint32_t uid);
  /frameworks/native/libs/binder/
BpBinder.cpp 432 uint32_t BpBinder::getBinderProxyCount(uint32_t uid)
  /frameworks/base/core/jni/
android_util_Binder.cpp     [all...]

Completed in 199 milliseconds