Searched defs:countBinders (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/binder/tests/ | ||
D | IBinderRpcTest.aidl | 25 int[] countBinders(); in countBinders() method |
D | binderRpcTest.cpp | 191 Status countBinders(std::vector<int32_t>* out) override { in countBinders() function in android::MyBinderRpcTest |
/frameworks/native/libs/binder/ | ||
D | RpcState.cpp | 218 size_t RpcState::countBinders() { in countBinders() function in android::RpcState |