Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl34 void holdBinder(@nullable IBinder binder); in holdBinder() method
DbinderRpcTestCommon.h352 Status holdBinder(const sp<IBinder>& binder) override { in holdBinder() function
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs85 fn holdBinder(&self, _binder: Option<&SpIBinder>) -> Result<(), Status> { in holdBinder() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs99 fn holdBinder(&self, binder: Option<&SpIBinder>) -> Result<(), Status> { in holdBinder() method