Home
last modified time | relevance | path

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

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