Home
last modified time | relevance | path

Searched defs:getHeldBinder (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DIBinderRpcTest.aidl35 @nullable IBinder getHeldBinder(); in getHeldBinder() method
H A DbinderRpcTestCommon.h356 Status getHeldBinder(sp<IBinder>* held) override { in getHeldBinder() function
/aosp_15_r20/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
H A Dlib.rs88 fn getHeldBinder(&self) -> Result<Option<SpIBinder>, Status> { in getHeldBinder() method
/aosp_15_r20/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
H A Dmain.rs103 fn getHeldBinder(&self) -> Result<Option<SpIBinder>, Status> { in getHeldBinder() method