Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestService.cpp50 Status useKernelBinderCallingId() override { in useKernelBinderCallingId() function in MyBinderRpcTestAndroid
DIBinderRpcTest.aidl69 void useKernelBinderCallingId(); in useKernelBinderCallingId() method
DbinderRpcTestCommon.h466 Status useKernelBinderCallingId() override { return Status::fromStatusT(UNKNOWN_TRANSACTION); } in useKernelBinderCallingId() function
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs153 fn useKernelBinderCallingId(&self) -> Result<(), Status> { in useKernelBinderCallingId() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs186 fn useKernelBinderCallingId(&self) -> Result<(), Status> { in useKernelBinderCallingId() method