Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestService.cpp48 Status useKernelBinderCallingId() override { in useKernelBinderCallingId() function in MyBinderRpcTestAndroid
DIBinderRpcTest.aidl69 void useKernelBinderCallingId(); in useKernelBinderCallingId() method
DbinderRpcTestCommon.h433 Status useKernelBinderCallingId() override { return Status::fromStatusT(UNKNOWN_TRANSACTION); } in useKernelBinderCallingId() function