Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestServiceTrusty.cpp38 Status countBinders(std::vector<int32_t>* out) override { in countBinders() function in MyBinderRpcTestTrusty
DbinderRpcTestService.cpp27 Status countBinders(std::vector<int32_t>* out) override { in countBinders() function in MyBinderRpcTestAndroid
DIBinderRpcTest.aidl25 int[] countBinders(); in countBinders() method
DbinderRpcTestCommon.h458 Status countBinders(std::vector<int32_t>* /*out*/) override { in countBinders() function
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs73 fn countBinders(&self) -> Result<Vec<i32>, Status> { in countBinders() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs81 fn countBinders(&self) -> Result<Vec<i32>, Status> { in countBinders() method
/frameworks/native/libs/binder/
DRpcState.cpp259 size_t RpcState::countBinders() { in countBinders() function in android::RpcState