Home
last modified time | relevance | path

Searched defs:countBinders (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTestServiceTrusty.cpp40 Status countBinders(std::vector<int32_t>* out) override { in countBinders() function in MyBinderRpcTestTrusty
DbinderRpcTestService.cpp25 Status countBinders(std::vector<int32_t>* out) override { in countBinders() function in MyBinderRpcTestAndroid
DIBinderRpcTest.aidl25 int[] countBinders(); in countBinders() method
DbinderRpcTestCommon.h425 Status countBinders(std::vector<int32_t>* /*out*/) override { in countBinders() function
/frameworks/native/libs/binder/
DRpcState.cpp254 size_t RpcState::countBinders() { in countBinders() function in android::RpcState