Home
last modified time | relevance | path

Searched refs:holdBinder (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl34 void holdBinder(@nullable IBinder binder); in holdBinder() method
DbinderRpcUniversalTests.cpp251 EXPECT_OK(proc.rootIface->holdBinder(binder)); in TEST_P()
261 EXPECT_OK(proc.rootIface->holdBinder(nullptr)); in TEST_P()
DbinderRpcTestCommon.h352 Status holdBinder(const sp<IBinder>& binder) override { in holdBinder() function
DbinderRpcTest.cpp838 EXPECT_OK(proc.rootIface->holdBinder(binder)); in TEST_P()
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/
Dmain.rs124 assert!(srv.holdBinder(Some(&binder)).is_ok());
141 assert!(srv.holdBinder(None).is_ok());
/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